Update .gitignore files
All checks were successful
Publish JS SDK / docker (push) Successful in 20s
Deploy Frontend / docker (17, 3.8.5) (push) Successful in 1m23s

This commit is contained in:
Braydon 2024-04-26 17:01:38 -04:00
parent 9d594a8c37
commit ad215b7b72
3 changed files with 5 additions and 1 deletions

@ -0,0 +1,4 @@
{
"nodejs.editor.formatOnSave.prettier.mode": "Enabled",
"editor.guides": []
}

1
Frontend/.gitignore vendored

@ -1,6 +1,5 @@
node_modules
.idea/
.fleet/
.vscode/
.VSCodeCounter/
.next/

1
JS-SDK/.gitignore vendored

@ -1,3 +1,4 @@
node_modules
.idea/
.vscode/
dist