17 lines
		
	
	
		
			294 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			294 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Ignore Visual Studio Code settings
 | |
| .vscode/
 | |
| 
 | |
| # Ignore common OS-generated files
 | |
| .DS_Store
 | |
| *.swp
 | |
| 
 | |
| # Ignore Frontend dependencies and build output
 | |
| frontend/node_modules/
 | |
| frontend/dist/
 | |
| frontend/.env.local
 | |
| 
 | |
| # Ignore .NET build artifacts and user-specific files
 | |
| **/[Bb]in/
 | |
| **/[Oo]bj/
 | |
| *.user
 | |
| *.suo |