1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- /bin
- /gen
- /obj
- Thumbs.db
- /*.bak
- .classpath
- .project
- /.settings
- /lint.xml
- # built application files
- *.apk
- *.ap_
- # files for the dex VM
- *.dex
- # Java class files
- *.class
- # generated files
- bin/
- gen/
- # Local configuration file (sdk path, etc)
- local.properties
- # Eclipse project files
- .classpath
- .project
- # Android Studio
- /.idea/workspace.xml
- .idea/
- .gradle
- /*/out
- /build
- /app/build
- /production
- *.iml
- *.iws
- *.ipr
- *~
- *.swp
- .DS_Store
- # Crashlytics
- com_crashlytics_export_strings.xml
|