1
0
mirror of https://github.com/github/gitignore synced 2024-12-02 16:35:44 +01:00
gitignore/Android.gitignore
Marcel Jackwerth 98d7236b4d Fix IntelliJ ignores for Android
- don't ignore `.idea` folder
- ignore files according to http://devnet.jetbrains.com/docs/DOC-1186
- Note: `**`-syntax requires git 1.8.2+ though
2013-07-24 15:17:16 +02:00

29 lines
358 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
# Proguard folder generated by Eclipse
proguard/
# Intellij project files
.idea/**/*.iws
.idea/workspace.xml
.idea/tasks.xml