Add VS code settings to the gitignore

This commit is contained in:
David Dworken 2024-08-25 11:22:35 -07:00
parent 7e9f68dd5d
commit f32fbd5375
No known key found for this signature in database

3
.gitignore vendored
View File

@ -9,3 +9,6 @@ node_modules/
package.json
package-lock.json
.prettierrc
# VS Code settings
.vscode/