Skip to content

Instantly share code, notes, and snippets.

@nohitme
Last active August 29, 2015 14:05
Show Gist options
  • Save nohitme/c9d3bb8818f94b772556 to your computer and use it in GitHub Desktop.
Save nohitme/c9d3bb8818f94b772556 to your computer and use it in GitHub Desktop.
.gitignore for Android projects with Gradle
# .gitignore for Android projects with Gradle
# APK files
*.apk
*.ap_
# Dalvik VM files
*.dex
# Java class files
*.class
# Auto generated files
bin/
gen/
# Gradle files
build/
.gradle/
# Local configuration file (sdk path, etc)
local.properties
# Windows thumbnail db
Thumbs.db
# OSX files
.DS_Store
# Eclipse project files
# .classpath
# .project
# .settings
# Android Studio without project setting files
.idea/
*.iml
*.ipr
*.iws
# Android Studio with project setting files
# .idea/workspace.xml
# .idea/tasks.xml
# .idea/libraries/*.xml
# .idea/dictionaries/
# gradle.xml
# *.iws
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment