Reorganize and refurbish .gitignore file
This commit is contained in:
		
							parent
							
								
									c4abd27ac7
								
							
						
					
					
						commit
						27cdc5104b
					
				
					 1 changed files with 12 additions and 10 deletions
				
			
		
							
								
								
									
										22
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										22
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							|  | @ -1,5 +1,7 @@ | |||
| # Generally ignore hidden files | ||||
| .* | ||||
| 
 | ||||
| # Manage some Codium configuration | ||||
| .vscode/* | ||||
| !.vscode | ||||
| !.vscode/extensions.json | ||||
|  | @ -7,22 +9,22 @@ | |||
| !.vscode/settings.json | ||||
| !.vscode/tasks.json | ||||
| 
 | ||||
| build | ||||
| 
 | ||||
| /apps | ||||
| # Ignore files created during build or run | ||||
| /bin | ||||
| /backups | ||||
| /db | ||||
| build | ||||
| /docs | ||||
| /extras | ||||
| /lib | ||||
| /licenses | ||||
| /log | ||||
| 
 | ||||
| # Ignore files managed in src/dist | ||||
| /*.properties | ||||
| /apps | ||||
| /db | ||||
| /extras | ||||
| /launcher.jar | ||||
| /static | ||||
| 
 | ||||
| /*.properties | ||||
| # Manage Gradle configuration | ||||
| !/gradle.properties | ||||
| 
 | ||||
| /launcher.jar | ||||
| /passwd | ||||
| /start.* | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue