1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee
epp/backend/.gitignore

35 lines
417 B
Plaintext
Raw Normal View History

2022-10-21 00:27:01 +08:00
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
2022-10-24 00:21:31 +08:00
# .idea
2022-10-21 00:27:01 +08:00
*.iws
*.iml
*.ipr
2022-10-24 00:21:31 +08:00
!.idea/runConfigurations/*
2022-10-21 00:27:01 +08:00
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/
### VS Code ###
.vscode/