Skip to content

Instantly share code, notes, and snippets.

@zacscoding
Last active January 21, 2018 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zacscoding/2a3c92e2798e96b0e378ece759cc15a7 to your computer and use it in GitHub Desktop.
Save zacscoding/2a3c92e2798e96b0e378ece759cc15a7 to your computer and use it in GitHub Desktop.
my-gitignore
### class file ###
*.class
### Package Files ###
*.jar
*.war
*.ear
### Eclipse ###
.classpath
.project
.settings/
### Intellij ###
.idea/
*.iml
*.iws
*.ipr
out/
### NetBeans ###
nbproject/private/
build/
nbbuild/
dist/
nbdist/
.nb-gradle/
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
#### Mac ###
.DS_Store
### Maven ###
log/
target/
### Gradle ###
.gradle
/build/
!gradle/wrapper/gradle-wrapper.jar
# Ignore Gradle GUI config
gradle-app.setting
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar
# Cache of project
.gradletasknamecache
## Work around https://youtrack.jetbrains.com/issue/IDEA-116898
gradle/wrapper/gradle-wrapper.properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment