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
|
|
|
|
target
|