Skip to content

Instantly share code, notes, and snippets.

@jmarkovic
Created August 11, 2014 13:35
Show Gist options
  • Save jmarkovic/877f8104d3b268f4518b to your computer and use it in GitHub Desktop.
Save jmarkovic/877f8104d3b268f4518b to your computer and use it in GitHub Desktop.
General Android gitignore file used as base for each new project
# built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files
*.class
# generated files
bin/
gen/
out/
proguard_logs/
.navigation/
# exclude the Unity bin folder from .gitignore by adding exception
!assets/bin/
# exclude all __MACOSX directories
__MACOSX/
# Local configuration file (sdk path, etc)
local.properties
# Eclipse project files
.classpath
.project
.settings/
project.properties
# Proguard folder generated by Eclipse
proguard/
# Intellij project files
*.iml
*.ipr
*.iws
.idea/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment