Skip to content

Commit

Permalink
correct .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
KyloJorgensen committed May 18, 2023
1 parent d679471 commit 0f66e3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
node_modules
dist
.yarn.lock
yarn.lock
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"typescript.tsdk": "node_modules/typescript/lib"
}

0 comments on commit 0f66e3d

Please sign in to comment.