From 213cc90857a33a28684ade783aa8c6162e99e438 Mon Sep 17 00:00:00 2001 From: Travis Geiselbrecht Date: Sun, 24 Jul 2022 13:04:50 -0700 Subject: [PATCH] [gitignore] add clangd and vscode dirs to the ignore list --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 43bfeb81..8b5e280c 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,6 @@ t tagit blk.bin *.dSYM -scripts/toolpaths.local \ No newline at end of file +scripts/toolpaths.local +.clangd +.vscode