mirror of
				https://github.com/zonemaster/zonemaster-gui.git
				synced 2025-10-31 05:08:51 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			65 lines
		
	
	
	
		
			787 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			65 lines
		
	
	
	
		
			787 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| # See http://help.github.com/ignore-files/ for more about ignoring files.
 | |
| 
 | |
| # compiled output
 | |
| /dist
 | |
| /dist-electron
 | |
| /release-builds
 | |
| /tmp
 | |
| /out-tsc
 | |
| 
 | |
| 
 | |
| # Application onfiguration
 | |
| /src/assets/app.config.json
 | |
| 
 | |
| # dependencies
 | |
| /node_modules
 | |
| 
 | |
| # IDEs and editors
 | |
| /.idea
 | |
| .project
 | |
| .classpath
 | |
| .c9/
 | |
| *.launch
 | |
| .settings/
 | |
| *.sublime-workspace
 | |
| 
 | |
| # IDE - VSCode
 | |
| .vscode/*
 | |
| !.vscode/settings.json
 | |
| !.vscode/tasks.json
 | |
| !.vscode/launch.json
 | |
| !.vscode/extensions.json
 | |
| 
 | |
| # misc
 | |
| /.angular/cache
 | |
| /.sass-cache
 | |
| /connect.lock
 | |
| /coverage
 | |
| /libpeerconnection.log
 | |
| npm-debug.log
 | |
| testem.log
 | |
| /typings
 | |
| 
 | |
| # e2e
 | |
| /e2e/*.js
 | |
| /e2e/*.map
 | |
| .tmp
 | |
| 
 | |
| # System Files
 | |
| .DS_Store
 | |
| Thumbs.db
 | |
| 
 | |
| *.zip
 | |
| 
 | |
| # Generated FAQ files
 | |
| src/assets/faqs/gui-faq-*.html
 | |
| 
 | |
| *.log
 | |
| tests_output/
 | |
| .e2e-chrome-profile/
 | |
| 
 | |
| # Emacs backup files
 | |
| *~
 | |
| 
 | |
| # Generated by e2e
 | |
| /test-results
 | 
