65 lines
		
	
	
		
			742 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			65 lines
		
	
	
		
			742 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| ## Java
 | |
| 
 | |
| *.class
 | |
| *.war
 | |
| *.ear
 | |
| hs_err_pid*
 | |
| 
 | |
| ## GWT
 | |
| war/
 | |
| html/war/gwt_bree/
 | |
| html/gwt-unitCache/
 | |
| .apt_generated/
 | |
| html/war/WEB-INF/deploy/
 | |
| html/war/WEB-INF/classes/
 | |
| .gwt/
 | |
| gwt-unitCache/
 | |
| www-test/
 | |
| .gwt-tmp/
 | |
| 
 | |
| ## Android Studio and Intellij and Android in general
 | |
| android/libs/armeabi/
 | |
| android/libs/armeabi-v7a/
 | |
| android/libs/x86/
 | |
| android/gen/
 | |
| .idea/
 | |
| *.ipr
 | |
| *.iws
 | |
| *.iml
 | |
| out/
 | |
| com_crashlytics_export_strings.xml
 | |
| 
 | |
| ## Eclipse
 | |
| .classpath
 | |
| .project
 | |
| .metadata
 | |
| **/bin/
 | |
| tmp/
 | |
| *.tmp
 | |
| *.bak
 | |
| *.swp
 | |
| *~.nib
 | |
| local.properties
 | |
| .settings/
 | |
| .loadpath
 | |
| .externalToolBuilders/
 | |
| *.launch
 | |
| 
 | |
| ## NetBeans
 | |
| **/nbproject/private/
 | |
| build/
 | |
| nbbuild/
 | |
| dist/
 | |
| nbdist/
 | |
| nbactions.xml
 | |
| nb-configuration.xml
 | |
| 
 | |
| ## Gradle
 | |
| 
 | |
| .gradle
 | |
| gradle-app.setting
 | |
| build/
 | |
| 
 | |
| ## OS Specific
 | |
| .DS_Store
 | |
| /.nb-gradle/private/ | 
