Hangar/.gitignore

41 lines
450 B
Plaintext
Raw Normal View History

2020-07-08 23:19:41 +08:00
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**
!**/src/test/**
node_modules
node.exe
dist
node
2022-12-22 23:26:04 +08:00
work/
2020-07-08 23:19:41 +08:00
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea/*
2020-07-08 23:19:41 +08:00
*.iws
*.iml
*.ipr
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
### VS Code ###
.vscode/
### Unignore Inspection Profiles ###
!/.idea/inspectionProfiles
2022-12-28 02:46:24 +08:00
!/.idea/codeStyles