Created
January 25, 2016 15:31
-
-
Save yishai-glide/f0d380bdcc57e3e8fab4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# built application files | |
*.apk | |
*.ap_ | |
.classpath | |
# files for the dex VM | |
*.dex | |
# Java class files | |
*.class | |
# Gradle files | |
.gradle | |
gradle.properties | |
build/ | |
# generated files | |
bin/ | |
gen/ | |
GlideApplication/proguard/dump.txt | |
GlideApplication/proguard/seeds.txt | |
GlideApplication/proguard/usage.txt | |
obj/ | |
# Local configuration file (sdk path, etc) | |
local.properties | |
.DS_Store | |
.settings/ | |
# Script to push to testing | |
push-to-testing | |
# Merge tools for windows kDiff3 | |
*.orig | |
# Android Studio / IntelliJ IDEA | |
*.iws | |
.idea/libraries | |
.idea/tasks.xml | |
.idea/vcs.xml | |
.idea/workspace.xml | |
/captures |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment