chore(all): gitignore change
This commit is contained in:
parent
6865624fed
commit
cb3d719d09
|
@ -1,9 +1,3 @@
|
||||||
# Created by .ignore support plugin (hsz.mobi)
|
|
||||||
.DS_Store
|
|
||||||
node_modules
|
|
||||||
node/
|
|
||||||
/dist
|
|
||||||
|
|
||||||
# local env files
|
# local env files
|
||||||
.env.local
|
.env.local
|
||||||
.env.*.local
|
.env.*.local
|
||||||
|
@ -12,6 +6,7 @@ node/
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
|
pnpm-error.log*
|
||||||
|
|
||||||
# Editor directories and files
|
# Editor directories and files
|
||||||
.idea/*
|
.idea/*
|
||||||
|
@ -35,11 +30,7 @@ target
|
||||||
.jython_cache
|
.jython_cache
|
||||||
qywx.json
|
qywx.json
|
||||||
|
|
||||||
|
|
||||||
### VS Code ###
|
|
||||||
.vscode/
|
|
||||||
### flattened
|
### flattened
|
||||||
.flattened-pom.xml
|
.flattened-pom.xml
|
||||||
|
|
||||||
.node/
|
.node/
|
||||||
**/jmeter/lib/ext
|
**/jmeter/lib/ext
|
Loading…
Reference in New Issue