mirror of
https://github.com/github/gitignore
synced 2025-07-04 04:18:26 +02:00
Merge 96641f155b
into 524ae7b4c7
This commit is contained in:
commit
971fcd8add
1 changed files with 36 additions and 0 deletions
36
Global/springbootInIdea.gitignore
Normal file
36
Global/springbootInIdea.gitignore
Normal file
|
@ -0,0 +1,36 @@
|
|||
HELP.md
|
||||
target/
|
||||
!.mvn/wrapper/maven-wrapper.jar
|
||||
!**/src/main/**/target/
|
||||
!**/src/test/**/target/
|
||||
|
||||
### 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/
|
||||
!**/src/main/**/build/
|
||||
!**/src/test/**/build/
|
||||
|
||||
### VS Code ###
|
||||
.vscode/
|
||||
|
||||
|
||||
/**/target/
|
Loading…
Add table
Add a link
Reference in a new issue