Removing Rocket-example.toml from here is fine, as it is not included in the last stage of our build stages
		
			
				
	
	
		
			26 lines
		
	
	
	
		
			226 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
	
		
			226 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| # Local build and dev artifacts
 | |
| target
 | |
| tests
 | |
| 
 | |
| # Docker files
 | |
| Dockerfile*
 | |
| docker-compose*
 | |
| 
 | |
| # IDE files
 | |
| .vscode
 | |
| .idea
 | |
| *.iml
 | |
| 
 | |
| # Git folder
 | |
| .git
 | |
| .gitea
 | |
| 
 | |
| # Dot files
 | |
| .env
 | |
| .gitignore
 | |
| 
 | |
| # Toml files
 | |
| rustfmt.toml
 | |
| 
 | |
| # Documentation
 | |
| *.md
 |