55 строки
642 B
Plaintext
55 строки
642 B
Plaintext
# Windows thumbnail db
|
|
Thumbs.db
|
|
|
|
# OSX files
|
|
.DS_Store
|
|
|
|
# built application files
|
|
*.apk
|
|
*.ap_
|
|
|
|
# files for the dex VM
|
|
*.dex
|
|
|
|
# Java class files
|
|
*.class
|
|
|
|
# generated files
|
|
bin/
|
|
gen/
|
|
build/
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
local.properties
|
|
|
|
# Eclipse project files
|
|
.classpath
|
|
.project
|
|
|
|
# Android Studio
|
|
.gradle
|
|
/*/local.properties
|
|
/*/out
|
|
/*/*/build
|
|
build
|
|
/*/*/production
|
|
*.iml
|
|
*.iws
|
|
*.ipr
|
|
*~
|
|
*.swp
|
|
/.idea/libraries
|
|
/.idea/caches
|
|
/.idea/gradle.xml
|
|
/.idea/modules.xml
|
|
/.idea/workspace.xml
|
|
/.idea/tasks.xml
|
|
/.idea/vcs.xml
|
|
/build
|
|
/captures
|
|
.externalNativeBuild
|
|
*.orig
|
|
.idea/.name
|
|
.idea/jarRepositories.xml
|
|
.idea/navEditor.xml
|