Skip to content

Instantly share code, notes, and snippets.

@amulya349
Created March 5, 2016 13:04
Show Gist options
  • Select an option

  • Save amulya349/9b38e9813bc7894cca25 to your computer and use it in GitHub Desktop.

Select an option

Save amulya349/9b38e9813bc7894cca25 to your computer and use it in GitHub Desktop.
new gitignore for android
# built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files
*.class
# built native files (uncomment if you build your own)
# *.o
# *.so
# generated files
bin/
gen/
# Ignore gradle files
.gradle/
build/
# Local configuration file (sdk path, etc)
local.properties
# Proguard folder generated by Eclipse
proguard/
# Eclipse Metadata
.metadata/
# Mac OS X clutter
*.DS_Store
# Windows clutter
Thumbs.db
# Intellij IDEA (see https://intellij-support.jetbrains.com/entries/23393067)
.idea/workspace.xml
.idea/tasks.xml
.idea/datasources.xml
.idea/dataSources.ids
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment