Skip to content

Instantly share code, notes, and snippets.

@SubhrajyotiSen
Created January 1, 2017 16:27
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 SubhrajyotiSen/4d5496b553bacf9acf6de6881f46fcad to your computer and use it in GitHub Desktop.
Save SubhrajyotiSen/4d5496b553bacf9acf6de6881f46fcad to your computer and use it in GitHub Desktop.
#built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files
*.class
# generated files
bin/
gen/
# Local configuration file (sdk path, etc)
local.properties
# Windows thumbnail db
Thumbs.db
# OSX files
.DS_Store
# Eclipse project files
.classpath
.project
# Android Studio
*.iml
.idea
#.idea/workspace.xml - remove # and delete .idea if it better suit your needs.
.gradle
build/
#NDK
obj/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment