Hangar/.gitignore

49 lines
627 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/
2022-12-28 03:17:15 +08:00
### Unignore some IntelliJ things ###
!/.idea/inspectionProfiles
2022-12-28 02:46:24 +08:00
!/.idea/codeStyles
2022-12-28 03:17:15 +08:00
!/.idea/prettier.xml
!/.idea/jsLinters/eslint.xml
!/.idea/sqldialects.xml
!/.idea/dataSources.xml
!/.idea/vcs.xml
!/.idea/scopes/
!/.idea/encodings.xml
!/.idea/IntelliLang.xml