45 lines
527 B
Plaintext
45 lines
527 B
Plaintext
# Created by .ignore support plugin (hsz.mobi)
|
|
.DS_Store
|
|
node_modules
|
|
node/
|
|
/dist
|
|
|
|
# local env files
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Log files
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Editor directories and files
|
|
.idea/*
|
|
!.idea/icon.png
|
|
**/*.iml
|
|
.vscode
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
.mvn
|
|
!.mvn/maven-wrapper.properties
|
|
|
|
src/main/resources/static
|
|
src/main/resources/templates
|
|
target
|
|
.settings
|
|
.project
|
|
.classpath
|
|
.jython_cache
|
|
qywx.json
|
|
|
|
|
|
### VS Code ###
|
|
.vscode/
|
|
**/src/test/
|
|
### flattened
|
|
.flattened-pom.xml
|
|
|
|
.node/ |