mirror of
https://github.com/github/gitignore
synced 2024-11-12 06:48:50 +01:00
1a3b885ef7
Don't ignore essential Android Eclipse project and classpath files.
24 lines
275 B
Plaintext
24 lines
275 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/
|