63 lines
		
	
	
	
		
			611 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			63 lines
		
	
	
	
		
			611 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #
 | |
| # Project specific excludes
 | |
| #
 | |
| 
 | |
| tomcat
 | |
| 
 | |
| #
 | |
| # Default excludes
 | |
| #
 | |
| 
 | |
| # Binaries
 | |
| *.7z
 | |
| *.dmg
 | |
| *.gz
 | |
| *.iso
 | |
| *.jar
 | |
| *.rar
 | |
| *.tar
 | |
| *.zip
 | |
| *.war
 | |
| *.ear
 | |
| *.sar
 | |
| *.class
 | |
| 
 | |
| # Maven 
 | |
| target/
 | |
| 
 | |
| # IntelliJ project files 
 | |
| *.iml
 | |
| *.iws
 | |
| *.ipr
 | |
| .idea/
 | |
| 
 | |
| # eclipse project file
 | |
| .settings/
 | |
| .classpath
 | |
| .project
 | |
| 
 | |
| # NetBeans specific
 | |
| nbproject/private/
 | |
| build/
 | |
| nbbuild/
 | |
| dist/
 | |
| nbdist/
 | |
| nbactions.xml
 | |
| nb-configuration.xml
 | |
| 
 | |
| 
 | |
| # OS
 | |
| .DS_Store
 | |
| 
 | |
| # Misc
 | |
| *.swp
 | |
| release.properties
 | |
| pom.xml.releaseBackup
 | |
| pom.xml.tag
 | |
| /src/gen/**
 | |
| 
 | |
| 
 | |
| # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
 | |
| hs_err_pid*
 | |
| /log-byDay_IS_UNDEFINED.txt
 | |
| /log/
 | 
