2020-07-08 23:19:41 +08:00
|
|
|
target/
|
|
|
|
!.mvn/wrapper/maven-wrapper.jar
|
|
|
|
!**/src/main/**
|
|
|
|
!**/src/test/**
|
2020-07-12 17:57:43 +08:00
|
|
|
node_modules
|
2020-07-14 05:21:21 +08:00
|
|
|
node.exe
|
2020-07-12 17:57:43 +08:00
|
|
|
dist
|
2020-07-29 02:49:32 +08:00
|
|
|
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 ###
|
2022-12-25 08:26:52 +08:00
|
|
|
.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-25 08:26:52 +08:00
|
|
|
|
|
|
|
|
2022-12-28 03:17:15 +08:00
|
|
|
### Unignore some IntelliJ things ###
|
2022-12-25 08:26:52 +08:00
|
|
|
!/.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
|
2022-12-28 04:50:32 +08:00
|
|
|
!/.idea/IntelliLang.xml
|