Skip to content

Instantly share code, notes, and snippets.

@voidshad
Last active November 22, 2017 19:05
Show Gist options
  • Save voidshad/f359725460f81ac740fb464f5893e9d3 to your computer and use it in GitHub Desktop.
Save voidshad/f359725460f81ac740fb464f5893e9d3 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
.gradle
build/
#NDK
obj/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment