Update gitignore to ignore config files for Intelij-IDEA (#4933)
This commit is contained in:
		
							parent
							
								
									fe6d88e410
								
							
						
					
					
						commit
						81625f9fc5
					
				
					 1 changed files with 15 additions and 4 deletions
				
			
		
							
								
								
									
										19
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										19
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -1,11 +1,23 @@
 | 
			
		|||
# Visual Studio Code
 | 
			
		||||
/.vscode
 | 
			
		||||
 | 
			
		||||
# Intelij-IDEA
 | 
			
		||||
/.idea
 | 
			
		||||
 | 
			
		||||
# Node.js
 | 
			
		||||
/node_modules
 | 
			
		||||
 | 
			
		||||
# yarn
 | 
			
		||||
yarn.lock
 | 
			
		||||
 | 
			
		||||
# config
 | 
			
		||||
/.config/*
 | 
			
		||||
!/.config/example.yml
 | 
			
		||||
!/.config/mongo_initdb_example.js
 | 
			
		||||
/.vscode
 | 
			
		||||
/node_modules
 | 
			
		||||
 | 
			
		||||
# misskey
 | 
			
		||||
/build
 | 
			
		||||
/built
 | 
			
		||||
built
 | 
			
		||||
/data
 | 
			
		||||
/.cache-loader
 | 
			
		||||
/db
 | 
			
		||||
| 
						 | 
				
			
			@ -17,7 +29,6 @@ api-docs.json
 | 
			
		|||
*.log
 | 
			
		||||
/redis
 | 
			
		||||
*.code-workspace
 | 
			
		||||
yarn.lock
 | 
			
		||||
.DS_Store
 | 
			
		||||
/files
 | 
			
		||||
ormconfig.json
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue