mirror of
https://github.com/github/gitignore
synced 2024-12-05 01:45:42 +01:00
37 lines
389 B
Plaintext
37 lines
389 B
Plaintext
# built application files
|
|
*.apk
|
|
*.ap_
|
|
|
|
# files for the dex VM
|
|
*.dex
|
|
|
|
# Java class files
|
|
*.class
|
|
|
|
# generated files
|
|
bin/
|
|
gen/
|
|
|
|
# Ignore gradle files
|
|
.gradle/
|
|
build/
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
local.properties
|
|
|
|
# Proguard folder generated by Eclipse
|
|
proguard/
|
|
|
|
# Android Studio
|
|
.idea/
|
|
.gradle
|
|
/*/local.properties
|
|
/*/out
|
|
/*/*/build
|
|
/*/*/production
|
|
*.iml
|
|
*.iws
|
|
*.ipr
|
|
*~
|
|
*.swp
|