Created
September 26, 2017 19:28
-
-
Save DwordPtr/813c927c02b49b60d0fa32b67c784437 to your computer and use it in GitHub Desktop.
Basic .gitignore for spring-boot projects
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
target/ | |
### STS ### | |
.apt_generated | |
.classpath | |
.factorypath | |
.project | |
.settings | |
.springBeans | |
### IntelliJ IDEA ### | |
.idea | |
*.iws | |
*.iml | |
*.ipr | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment