Add .vscode dir to .gitignore (#1602)

This commit is contained in:
Joe Mooring 2021-12-08 19:44:12 -08:00 committed by GitHub
parent 8f8bcdefc0
commit fc98fc82c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
/.idea
/.vscode
/public
node_modules
nohup.out