Skip to content

Instantly share code, notes, and snippets.

@bgorkowy
Last active August 29, 2015 14:00
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 bgorkowy/11088429 to your computer and use it in GitHub Desktop.
Save bgorkowy/11088429 to your computer and use it in GitHub Desktop.
.gitignore AS
# built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files
*.class
# built native files
#*.o
#*.so
# generated files
# bin/
gen/
# Ignore gradle files
.gradle/
build/
# Local configuration file (sdk path, etc)
local.properties
project.properties
.settings/
# Proguard folder generated by Eclipse
proguard/
# Eclipse
.metadata/
target/
# Mac OS X clutter
*.DS_Store
# Intellij IDEA (see https://intellij-support.jetbrains.com/entries/23393067)
*.iml
.idea
#.idea/workspace.xml
#.idea/tasks.xml
#.idea/datasources.xml
#.idea/dataSources.ids
#.idea/libraries
# Log Files
*.log
us.stackdump*
# Linux backup files
*~
# Crashlytics
com_crashlytics_export_strings.xml
crashlytics-build.properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment