init
This commit is contained in:
parent
cf399b316e
commit
4e452245fd
33
.gitignore
vendored
33
.gitignore
vendored
@ -1,18 +1,10 @@
|
|||||||
|
HELP.md
|
||||||
target/
|
target/
|
||||||
!.mvn/wrapper/maven-wrapper.jar
|
!.mvn/wrapper/maven-wrapper.jar
|
||||||
!**/src/main/**/target/
|
!**/src/main/**
|
||||||
!**/src/test/**/target/
|
!**/src/test/**
|
||||||
|
|
||||||
### IntelliJ IDEA ###
|
### STS ###
|
||||||
.idea/modules.xml
|
|
||||||
.idea/jarRepositories.xml
|
|
||||||
.idea/compiler.xml
|
|
||||||
.idea/libraries/
|
|
||||||
*.iws
|
|
||||||
*.iml
|
|
||||||
*.ipr
|
|
||||||
|
|
||||||
### Eclipse ###
|
|
||||||
.apt_generated
|
.apt_generated
|
||||||
.classpath
|
.classpath
|
||||||
.factorypath
|
.factorypath
|
||||||
@ -21,6 +13,12 @@ target/
|
|||||||
.springBeans
|
.springBeans
|
||||||
.sts4-cache
|
.sts4-cache
|
||||||
|
|
||||||
|
### IntelliJ IDEA ###
|
||||||
|
.idea
|
||||||
|
*.iws
|
||||||
|
*.iml
|
||||||
|
*.ipr
|
||||||
|
|
||||||
### NetBeans ###
|
### NetBeans ###
|
||||||
/nbproject/private/
|
/nbproject/private/
|
||||||
/nbbuild/
|
/nbbuild/
|
||||||
@ -28,11 +26,14 @@ target/
|
|||||||
/nbdist/
|
/nbdist/
|
||||||
/.nb-gradle/
|
/.nb-gradle/
|
||||||
build/
|
build/
|
||||||
!**/src/main/**/build/
|
|
||||||
!**/src/test/**/build/
|
|
||||||
|
|
||||||
### VS Code ###
|
### VS Code ###
|
||||||
.vscode/
|
.vscode/
|
||||||
|
|
||||||
### Mac OS ###
|
**/target/
|
||||||
.DS_Store
|
**/.idea
|
||||||
|
**/.gitignore
|
||||||
|
.idea
|
||||||
|
|
||||||
|
.log
|
||||||
|
/hc-rm-order-center/LOG_PATH_IS_UNDEFINED/powerjob-worker.log
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user