Skip to content

Instantly share code, notes, and snippets.

@CMDann
Created September 4, 2014 13:37
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CMDann/17e5be0a6c15d380ce05 to your computer and use it in GitHub Desktop.
Save CMDann/17e5be0a6c15d380ce05 to your computer and use it in GitHub Desktop.
Android OSX Gradle GitIgnore
### OSX ###
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear on external disk
.Spotlight-V100
.Trashes
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
### Android ###
# Built application files
*.apk
*.ap_
# Files for the Dalvik VM
*.dex
# Java class files
*.class
# Generated files
bin/
gen/
# Gradle files
.gradle/
build/
# Local configuration file (sdk path, etc)
local.properties
# Proguard folder generated by Eclipse
proguard/
# Log Files
*.log
### Gradle ###
.gradle
build/
# Ignore Gradle GUI config
gradle-app.setting
@CMDann
Copy link
Author

CMDann commented Sep 4, 2014

Needed a gitignore for my android studio projects on OSX for school

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment