Add VS Code settings to gitignore

This commit is contained in:
Dario Vladovic 2020-06-21 14:14:46 +02:00 committed by G. Allais
parent 6f77c06e3e
commit a76f4e64f5

2
.gitignore vendored
View File

@ -11,6 +11,8 @@ idris2docs_venv
# Editor/IDE Related
.\#* # Emacs swap file
*~ # Vim swap file
# VS Code
.vscode/*
/build