mirror of
https://github.com/github/gitignore
synced 2025-02-18 16:39:08 +01:00
35 lines
361 B
Plaintext
35 lines
361 B
Plaintext
# built application files
|
|
*.apk
|
|
*.ap_
|
|
|
|
# files for the dex VM
|
|
*.dex
|
|
|
|
# Java class files
|
|
*.class
|
|
|
|
# generated files
|
|
bin/
|
|
gen/
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
local.properties
|
|
|
|
# Eclipse project files
|
|
.classpath
|
|
.project
|
|
|
|
# IntelliJ Idea related
|
|
out/
|
|
.idea/
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
|
|
# Mac specific
|
|
*.DS_Store
|
|
|
|
# ProGuard
|
|
proguard_project.txt
|
|
proguard_logs/
|