2020-02-03 11:21:55 +08:00
|
|
|
# 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
|
2020-02-12 11:33:08 +08:00
|
|
|
**/*.iml
|
2020-02-03 11:21:55 +08:00
|
|
|
.vscode
|
|
|
|
*.suo
|
|
|
|
*.ntvs*
|
|
|
|
*.njsproj
|
|
|
|
*.sln
|
|
|
|
*.sw?
|
|
|
|
|
|
|
|
|
|
|
|
src/main/resources/static
|
|
|
|
src/main/resources/templates
|
2020-02-21 14:48:30 +08:00
|
|
|
target
|
|
|
|
.settings
|
|
|
|
.project
|
|
|
|
.classpath
|
2020-11-16 15:53:03 +08:00
|
|
|
.jython_cache
|
|
|
|
qywx.json
|