Skip to content

Instantly share code, notes, and snippets.

@teobais
Created March 2, 2015 17:48
Show Gist options
  • Save teobais/768f7ab9b5d06cf85d86 to your computer and use it in GitHub Desktop.
Save teobais/768f7ab9b5d06cf85d86 to your computer and use it in GitHub Desktop.
Android .gitignore file
# Copyright: Thodoris Bais | https://github.com/toubou91 | http://thodorisbais.com | http://thodorisbais.blogspot.com
# Under CC-BY-SA V3.0 (https://creativecommons.org/licenses/by-sa/3.0/legalcode)
# built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files
*.class
# generated files
bin/
gen/
classes/
# Local configuration file (sdk path, etc)
local.properties
# Eclipse project files
.classpath
.project
.metadata
.settings
# Gradle files
.gradle/
build/
/*/build/
# Maven output folder
target
# Windows files
Thumbs.db
# Backup files
*.bak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment