Skip to content

Instantly share code, notes, and snippets.

@michidk
Created September 15, 2015 23:14
Show Gist options
  • Save michidk/c2260e8e6639598b32c7 to your computer and use it in GitHub Desktop.
Save michidk/c2260e8e6639598b32c7 to your computer and use it in GitHub Desktop.
.gitignore for IntelliJ & Gradle
# .gitignore for IntelliJ & Gradle made by @miichidk
# IntelliJ
*.iml
.idea/
*.ipr
*.iws
/out/
.idea_modules/
atlassian-ide-plugin.xml
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
# Gradle
.gradle
build/
gradle-app.setting
!gradle-wrapper.jar
.gradletasknamecache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment