e669351edc
The consensus seems to be (among everyone but Jetbrains, that is) that you shouldn't track .idea in version control. I agree with this since I've never been a fan of having to check out piles of IDE turds with my code.
31 lines
327 B
Text
31 lines
327 B
Text
# Built application files
|
|
*.apk
|
|
*.ap_
|
|
|
|
# Files for the Dalvik VM
|
|
*.dex
|
|
|
|
# Java class files
|
|
*.class
|
|
|
|
# Generated files
|
|
bin/
|
|
gen/
|
|
|
|
# Gradle files
|
|
.gradle/
|
|
build/
|
|
/*/build/
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
local.properties
|
|
|
|
# Proguard folder generated by Eclipse
|
|
proguard/
|
|
|
|
# Log Files
|
|
*.log
|
|
|
|
.idea
|
|
.DS_Store
|
|
/captures
|