mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-04-02 21:06:15 +03:00
Chore: Optimize .gitignore
This commit is contained in:
parent
8581c1f82d
commit
20fe1f0669
1 changed files with 7 additions and 0 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -1,6 +1,7 @@
|
|||
# Logs
|
||||
logs
|
||||
*.log
|
||||
*.log.*
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
@ -116,3 +117,9 @@ dist
|
|||
.pnp.*
|
||||
/docs/.vuepress/.temp/
|
||||
.idea
|
||||
|
||||
# Local VSCode configuration
|
||||
.vscode/
|
||||
|
||||
# Build and output directories
|
||||
/build/
|
||||
|
|
Loading…
Add table
Reference in a new issue