Skip to content

Instantly share code, notes, and snippets.

@Manabu-GT
Last active August 29, 2015 14:14
Show Gist options
  • Save Manabu-GT/c1d98f6392dd3d7801bb to your computer and use it in GitHub Desktop.
Save Manabu-GT/c1d98f6392dd3d7801bb to your computer and use it in GitHub Desktop.
.gitignore for Android Studio
# Local configuration file (sdk path, keystore pass, etc)
local.properties
keystore.properties
# Gradle
.gradle
build/
# Android Studio Project files
*.iml
.idea
# Exclude OS X folder attributes
.DS_Store
# Exclude any PSD/AI/FLA files (design related)
*.psd
*.ai
*.fla
# Exclude any Movie files (design related)
*.mp4
*.f4v
*.m4a
*.m4v
*.mov
*.mp4
# Exclude any AfterEffects files (design related)
*.aep
*.aepx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment