Exclude .vscode in .gitignore

This commit is contained in:
Gaith Hallak 2023-11-27 11:36:02 +03:00
parent a037466f2d
commit 8edc922d9d

1
.gitignore vendored
View File

@ -24,3 +24,4 @@ current_counterexample.eqc
test/contracts/test.aes
__pycache__
.docssite/docs/*.md
.vscode