From 7f5fef2590bf48c3a7ac4f3243aa46e258097452 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Thu, 1 Apr 2021 10:45:41 -0400 Subject: [PATCH] add .vscode to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c228cbc..99c4228 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ /target /tmp /test.mp4 +/.vscode # CLion **/.idea \ No newline at end of file