Chore: Optimize .gitignore
parent
8581c1f82d
commit
20fe1f0669
|
@ -1,6 +1,7 @@
|
||||||
# Logs
|
# Logs
|
||||||
logs
|
logs
|
||||||
*.log
|
*.log
|
||||||
|
*.log.*
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
|
@ -116,3 +117,9 @@ dist
|
||||||
.pnp.*
|
.pnp.*
|
||||||
/docs/.vuepress/.temp/
|
/docs/.vuepress/.temp/
|
||||||
.idea
|
.idea
|
||||||
|
|
||||||
|
# Local VSCode configuration
|
||||||
|
.vscode/
|
||||||
|
|
||||||
|
# Build and output directories
|
||||||
|
/build/
|
||||||
|
|
Loading…
Reference in New Issue