1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- ## Gradle
- .gradle
- gradle-app.setting
- build/
- ## Java:
- *.class
- *.war
- *.ear
- hs_err_pid*
- .attach_pid*
- ## Android:
- android/libs/armeabi/
- android/libs/armeabi-v7a/
- android/libs/x86/
- android/gen/
- local.properties
- com_crashlytics_export_strings.xml
- ## 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/
- *.symbolMap
- ## IntelliJ, Android Studio:
- .idea/
- *.ipr
- *.iws
- *.iml
- out/
- ## Eclipse
- .classpath
- .project
- .metadata
- **/bin/
- tmp/
- *.tmp
- *.bak
- *.swp
- *~.nib
- .settings/
- .loadpath
- .externalToolBuilders/
- *.launch
- ## NetBeans
- **/nbproject/private/
- nbbuild/
- dist/
- nbdist/
- nbactions.xml
- nb-configuration.xml
- ## OS Specific
- .DS_Store
- ## Miscellaneous
- *~
- *.*#
- *#*#
|