Skip to content

Instantly share code, notes, and snippets.

@sergibc
Created March 14, 2016 11:47
Show Gist options
  • Save sergibc/732ef8d6421edfe4ff63 to your computer and use it in GitHub Desktop.
Save sergibc/732ef8d6421edfe4ff63 to your computer and use it in GitHub Desktop.
Git ignore file to add in the root of the project and in all of the modules.
###Android###
# built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files
*.class
# generated files
bin/
gen/
out/
#generated tests
androidTest/
# gradle
.gradle/
# Local configuration file (sdk path, etc)
local.properties
# Gradle properties (users, etc)
gradle.properties
# Eclipse project files
.classpath
.project
# Proguard folder generated by Eclipse
proguard/
# Intellij project files (Android Studio)
*.iml
*.ipr
*.iws
.idea/
/build
# Windows
.DS_Store
Thumbs.db
#Mirror
mirror/
#Merge temp files
*.orig
*.bak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment