Created
September 15, 2015 23:14
-
-
Save michidk/c2260e8e6639598b32c7 to your computer and use it in GitHub Desktop.
.gitignore for IntelliJ & Gradle
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# .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