Without these, Git shows lots of noisy build/IDE config files. These files are based on these two sources (plus the list of added files that Git shows when I build in Android Studio): https://github.com/github/gitignore/blob/master/Android.gitignore https://github.com/github/gitignore/pull/2103/files
30 lines
451 B
Plaintext
30 lines
451 B
Plaintext
# This file is based on https://github.com/github/gitignore/blob/master/Android.gitignore
|
|
*.iml
|
|
.idea/compiler.xml
|
|
.idea/copyright
|
|
.idea/dictionaries
|
|
.idea/gradle.xml
|
|
.idea/libraries
|
|
.idea/inspectionProfiles
|
|
.idea/misc.xml
|
|
.idea/modules.xml
|
|
.idea/runConfigurations.xml
|
|
.idea/tasks.xml
|
|
.idea/workspace.xml
|
|
.gradle
|
|
local.properties
|
|
.DS_Store
|
|
build/
|
|
gradleBuild/
|
|
*.apk
|
|
*.ap_
|
|
*.dex
|
|
*.class
|
|
bin/
|
|
gen/
|
|
out/
|
|
*.log
|
|
.navigation/
|
|
/captures
|
|
.externalNativeBuild
|