Skip to content

Commit

Permalink
feat: setting
Browse files Browse the repository at this point in the history
  • Loading branch information
NNNNzs committed Aug 23, 2024
1 parent ca42b34 commit 5dae991
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
{
"dotenv.enableAutocloaking": false
"dotenv.enableAutocloaking": false,
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/node_modules/*/**": true,
"**/.hg/store/**": true,
".output":true,
".nuxt":true,
"**/global_assets/**":true
}
}
1 change: 1 addition & 0 deletions public/zz2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
zz2.txt

0 comments on commit 5dae991

Please sign in to comment.