chore: Add .vscode to .gitignore

This commit is contained in:
oSumAtrIX 2023-11-03 22:38:19 +01:00
parent 9bb6c4152d
commit 3c3edb3cf8
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
__pycache__ __pycache__
config.json config.json
static static
.vscode