mirror of
https://github.com/github/gitignore
synced 2024-12-04 17:35:43 +01:00
3f468100b4
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
29 lines
349 B
Plaintext
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
|