Skip to content

Instantly share code, notes, and snippets.

@weikangchia
Last active December 16, 2016 05:02
Show Gist options
  • Save weikangchia/87766ccc53cbbea44935ccc4feb0b252 to your computer and use it in GitHub Desktop.
Save weikangchia/87766ccc53cbbea44935ccc4feb0b252 to your computer and use it in GitHub Desktop.
A .gitignore file for use in Android Studio with Gradle
# Built application files
*.apk
*.ap_
# Files for the ART/Dalvik VM
*.dex
# Java class files
*.class
# Generated files
bin/
gen/
out/
# Gradle files
.gradle/
build/
# Local configuration file (sdk path, etc)
local.properties
# Proguard folder generated by Eclipse
proguard/
# Log Files
*.log
# Android Studio
captures/
*.iml
.idea/
# Keystore files
*.jks
# OS-specific files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment