weknowhowyoufeel/.gitignore
toby cabot e669351edc Remove .idea directory from version control
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.
2015-11-16 20:51:24 -05:00

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