Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomicSponge committed Nov 20, 2024
1 parent a800d4f commit f92beca
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 88 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.vscode
build
docs
88 changes: 0 additions & 88 deletions .vscode/settings.json

This file was deleted.

10 changes: 10 additions & 0 deletions _vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"files.exclude": {
"**/.git": true,
"**/build": true,
"**/docs": true,
"**/dist": true,
"**/node_modules": true,
"**/pnpm-lock.yaml": true
}
}

0 comments on commit f92beca

Please sign in to comment.