mirror of
https://github.com/github/gitignore
synced 2024-12-05 01:45:42 +01:00
ca8e77dc73
According to https://intellij-support.jetbrains.com/entries/23393067, everything in `.idea` should be committed to version control, *except* `workspace.xml` and `tasks.xml`.
31 lines
363 B
Plaintext
31 lines
363 B
Plaintext
# Built application files
|
|
*.apk
|
|
*.ap_
|
|
|
|
# Files for the Dalvik VM
|
|
*.dex
|
|
|
|
# Java class files
|
|
*.class
|
|
|
|
# Generated files
|
|
bin/
|
|
gen/
|
|
|
|
# Gradle files
|
|
.gradle/
|
|
build/
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
local.properties
|
|
|
|
# Proguard folder generated by Eclipse
|
|
proguard/
|
|
|
|
# User-specific Android Studio files
|
|
.idea/workspace.xml
|
|
.idea/tasks.xml
|
|
|
|
#Log Files
|
|
*.log
|