Last active
August 29, 2015 14:06
-
-
Save antslava/b44e140acdf9cd95df66 to your computer and use it in GitHub Desktop.
.gitignore template
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
#Android generated | |
bin | |
gen | |
out | |
lint.xml | |
project.properties | |
#Crashlytics | |
app/src/main/res/values/com_crashlytics_export_strings.xml | |
#Eclipse | |
.project | |
.classpath | |
.settings | |
.checkstyle | |
### IntelliJ IDEA ### | |
## Directory-based project format | |
.idea/ | |
/*.iml | |
.idea/workspace.xml | |
.idea/tasks.xml | |
.idea/dictionaries | |
## Using gradle: | |
.idea/gradle.xml | |
.idea/libraries | |
## File-based project format | |
#*.ipr | |
#*.iws | |
## Additional for IntelliJ | |
out/ | |
#classes | |
#app/out | |
# Generated by JIRA plugin | |
atlassian-ide-plugin.xml | |
# Generated by Crashlytics | |
com_crashlytics_export_strings.xml | |
#Gradle | |
.gradle | |
build | |
#Maven | |
target | |
release.properties | |
pom.xml.* | |
#Ant | |
bin | |
gen | |
build.xml | |
ant.properties | |
local.properties | |
proguard.cfg | |
proguard-project.txt | |
#Other | |
.DS_Store | |
tmp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment