Skip to content

Instantly share code, notes, and snippets.

@mahbodkh
Forked from lordofthelake/.gitignore
Last active July 21, 2018 06:46
Show Gist options
  • Select an option

  • Save mahbodkh/206032885637d80b01e3f650b4e1a4e2 to your computer and use it in GitHub Desktop.

Select an option

Save mahbodkh/206032885637d80b01e3f650b4e1a4e2 to your computer and use it in GitHub Desktop.
.gitignore for Maven, Intellij, Eclipse
# Operating System Files
*.DS_Store
Thumbs.db
*~
.#*
#*
*#
# Build Files #
bin
target
build/
.gradle
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
# Eclipse Project Files #
.classpath
.project
.settings
### IntelliJ IDEA ###
*.iml
*.ipr
*.iws
*.idea
/out/
### NetBeans ###
/nbproject/private/
/build/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
/target/
!.mvn/wrapper/maven-wrapper.jar
# Spring Bootstrap artifacts
dependency-reduced-pom.xml
mem*.db
README.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment