12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- #built application files
- #*.apk
- *.ap_
- lint.xml
- #files for the dex VM
- *.dex
- #Java class files
- *.class
- #generated files
- bin/
- gen/
- #Ant
- build.xml
- local.properties
- #maven
- target/
- pom.xml.*
- release.properties
- #Local configuration file(sdk path,etc)
- local.properties
- #Windows thumbnail db
- Thumbs.db
- #OSX files
- .DS_Store
- #Eclipse project files
- .classpath
- .project
- .settings
- # Android Studio
- .idea
- #.idea/workspace.xml -remove # and delete .idea if it better suit your needs
- .gradle
- build/
- # proguard folder generated by Eclipse
- proguard/
- #Log files
- *.log
- # IntelliJ
- *.iml
- *.ipr
- *.iws
- .idea/
- out/
- # other
- .svn
- readme.txt
|