Last active
March 22, 2020 20:22
-
-
Save smartinrub/11f72e06a93ac0bc08da0059cf49f033 to your computer and use it in GitHub Desktop.
Base .gitignore file
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
HELP.md | |
target/ | |
!.mvn/wrapper/maven-wrapper.jar | |
!**/src/main/** | |
!**/src/test/** | |
### STS ### | |
.apt_generated | |
.classpath | |
.factorypath | |
.project | |
.settings | |
.springBeans | |
.sts4-cache | |
### IntelliJ IDEA ### | |
.idea | |
*.iws | |
*.iml | |
*.ipr | |
### NetBeans ### | |
/nbproject/private/ | |
/nbbuild/ | |
/dist/ | |
/nbdist/ | |
/.nb-gradle/ | |
build/ | |
### VS Code ### | |
.vscode/ | |
.mvn/wrapper/maven-wrapper.jar | |
.mvn/timing.properties |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment