Co-authored-by: Michael Hoennig <michael@hoennig.de> Reviewed-on: https://dev.hostsharing.net/hostsharing/hs.hsadmin.ng/pulls/174 Reviewed-by: Timotheus Pokorra <timotheus.pokorra@hostsharing.net>
		
			
				
	
	
		
			150 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			150 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| ######################
 | |
| # Project Specific
 | |
| ######################
 | |
| /build/www/**
 | |
| /src/test/javascript/coverage/
 | |
| /worktrees/
 | |
| 
 | |
| ######################
 | |
| # Node
 | |
| ######################
 | |
| /node/
 | |
| node_tmp/
 | |
| node_modules/
 | |
| npm-debug.log.*
 | |
| /.awcache/*
 | |
| /.cache-loader/*
 | |
| 
 | |
| ######################
 | |
| # SASS
 | |
| ######################
 | |
| .sass-cache/
 | |
| 
 | |
| ######################
 | |
| # Eclipse
 | |
| ######################
 | |
| *.pydevproject
 | |
| .project
 | |
| .metadata
 | |
| tmp/
 | |
| tmp/**/*
 | |
| *.tmp
 | |
| *.bak
 | |
| *.swp
 | |
| *~.nib
 | |
| local.properties
 | |
| .classpath
 | |
| .settings/
 | |
| .loadpath
 | |
| .factorypath
 | |
| /src/main/resources/rebel.xml
 | |
| 
 | |
| # External tool builders
 | |
| .externalToolBuilders/**
 | |
| 
 | |
| # Locally stored "Eclipse launch configurations"
 | |
| *.launch
 | |
| 
 | |
| # CDT-specific
 | |
| .cproject
 | |
| 
 | |
| # PDT-specific
 | |
| .buildpath
 | |
| 
 | |
| ######################
 | |
| # Intellij
 | |
| ######################
 | |
| .idea/
 | |
| *.iml
 | |
| *.iws
 | |
| *.ipr
 | |
| *.ids
 | |
| *.orig
 | |
| classes/
 | |
| out/
 | |
| 
 | |
| ######################
 | |
| # Visual Studio Code
 | |
| ######################
 | |
| .vscode/
 | |
| 
 | |
| ######################
 | |
| # Maven
 | |
| ######################
 | |
| /log/
 | |
| /target/
 | |
| 
 | |
| ######################
 | |
| # Gradle
 | |
| ######################
 | |
| .gradle/
 | |
| !gradle/wrapper/gradle-wrapper.jar
 | |
| /build/
 | |
| .gradletasknamecache
 | |
| gradle-app.setting
 | |
| 
 | |
| ######################
 | |
| # Package Files
 | |
| ######################
 | |
| *.jar
 | |
| *.war
 | |
| *.ear
 | |
| *.db
 | |
| 
 | |
| ######################
 | |
| # Windows
 | |
| ######################
 | |
| # Windows image file caches
 | |
| Thumbs.db
 | |
| 
 | |
| # Folder config file
 | |
| Desktop.ini
 | |
| 
 | |
| ######################
 | |
| # Mac OSX
 | |
| ######################
 | |
| .DS_Store
 | |
| .svn
 | |
| 
 | |
| # Thumbnails
 | |
| ._*
 | |
| 
 | |
| # Files that might appear on external disk
 | |
| .Spotlight-V100
 | |
| .Trashes
 | |
| 
 | |
| ######################
 | |
| # Directories
 | |
| ######################
 | |
| /bin/
 | |
| /deploy/
 | |
| 
 | |
| ######################
 | |
| # Logs
 | |
| ######################
 | |
| *.log*
 | |
| 
 | |
| ######################
 | |
| # Others
 | |
| ######################
 | |
| *.class
 | |
| *.*~
 | |
| *~
 | |
| .merge_file*
 | |
| 
 | |
| ######################
 | |
| # ESLint
 | |
| ######################
 | |
| .eslintcache
 | |
| 
 | |
| ######################
 | |
| # Project Related
 | |
| ######################
 | |
| /.environment*
 | |
| /src/test/resources/migration-prod/*
 | |
| .aider/
 | |
| .aider.tags.cache.*
 | |
| .aider.chat.history.md
 | |
| .aider.input.history
 | |
| .cache
 |