-
-
Save mahbodkh/206032885637d80b01e3f650b4e1a4e2 to your computer and use it in GitHub Desktop.
.gitignore for Maven, Intellij, Eclipse
This file contains hidden or 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
| # 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