1
0
mirror of https://github.com/github/gitignore synced 2024-12-04 17:35:43 +01:00
gitignore/Android.gitignore
Ali Smesseim 3f468100b4 Change Android.gitignore to comply with JetBrains standards
Serge Baranov, a JetBrains employee, has stated that all .ipr and all .iml should be checked in in version control. Also the .idea folder has to be checked in, except for the workspace.xml and tasks.xml files.

Source: http://devnet.jetbrains.com/docs/DOC-1186
2013-10-02 20:05:49 +02:00

29 lines
349 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
*.iws
.idea/workspace.xml
.idea/tasks.xml