44 lines
401 B
Plaintext
Executable File
44 lines
401 B
Plaintext
Executable File
*.iml
|
|
.gradle
|
|
/local.properties
|
|
/.idea/workspace.xml
|
|
/.idea/libraries
|
|
.DS_Store
|
|
/build
|
|
/captures
|
|
.externalNativeBuild
|
|
|
|
# kdiff3 ignore
|
|
*.orig
|
|
|
|
# maven ignore
|
|
target/
|
|
|
|
# eclipse ignore
|
|
.settings/
|
|
.project
|
|
.classpath
|
|
|
|
# idea ignore
|
|
.idea/
|
|
*.ipr
|
|
*.iml
|
|
*.iws
|
|
|
|
# temp ignore
|
|
*.log
|
|
*.cache
|
|
*.diff
|
|
*.patch
|
|
*.tmp
|
|
|
|
# system ignore
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
|
|
*.apk
|
|
.cxx/
|
|
build/
|
|
|
|
app/src/main/assets/config.properties |