Create .gitignore

Attempt at blocking .vscode/ from uploading.
This commit is contained in:
purple 2023-01-24 16:19:01 +01:00 committed by GitHub
parent 2daca0dbcf
commit 0cde606454
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
# VSCode Extension Files
.vscode/*