Skip to content

Instantly share code, notes, and snippets.

@KarlNosworthy
Forked from scottyab/.gitignore
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KarlNosworthy/f67888eeb3a54c06f057 to your computer and use it in GitHub Desktop.
Save KarlNosworthy/f67888eeb3a54c06f057 to your computer and use it in GitHub Desktop.
# gimpy mac thingy
.DS_Store
# IDEA Ignores
*.iml
*.ipr
*.iws
.idea/
# Local configuration file (sdk path, etc)
local.properties
#used for signing config
/signing.properties
# Built application files
*.apk
*.ap_
# Files for the Dalvik VM
*.dex
# Java class files
*.class
# Generated files
bin/
gen/
# Gradle files
.gradle/
build/
# Proguard folder generated by Eclipse
proguard/
#Log Files
*.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment