From 65a0ab1827481b4c305ac42bf0d2eba70cb614b2 Mon Sep 17 00:00:00 2001 From: LeoHsiao Date: Thu, 3 Sep 2020 23:33:57 +0800 Subject: [PATCH] Ignore .vscode --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b8ab0eed..66f2fe25 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ src/doxygen.hpp test/tmp/* doc/html contrib/vms/.vagrant +/.vscode \ No newline at end of file