Add VScode user settings directory to git ignore (#6974)

This commit is contained in:
Maurycy Zarzycki 2022-10-05 15:51:11 +02:00 committed by GitHub
parent 31ab6dce77
commit 5657dfec0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
.DS_Store
.c9/
.vscode/
tmp/
output/
node_modules/