Skip to content

Instantly share code, notes, and snippets.

@venzersiz
Created April 6, 2019 06:56
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 venzersiz/1abe62f80f20e2c64c2d5ca04e597142 to your computer and use it in GitHub Desktop.
Save venzersiz/1abe62f80f20e2c64c2d5ca04e597142 to your computer and use it in GitHub Desktop.
Android gitignore
#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
# Android Studio
*.iml
.idea
#.idea/workspace.xml - remove # and delete .idea if it better suit your needs.
.gradle
build/
.navigation
captures/
output.json
#NDK
obj/
.externalNativeBuild
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment