From 32b26c331c823461cbf95b67bed812234eab139b Mon Sep 17 00:00:00 2001 From: Daniel Inge Date: Fri, 1 Sep 2023 23:10:12 +0100 Subject: [PATCH] Fix gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b73370789f..da6eb5142d 100644 --- a/.gitignore +++ b/.gitignore @@ -57,4 +57,6 @@ yarn-error.log* # Infisical init .infisical.json -.vscode \ No newline at end of file + +# Editor specific +.vscode/* \ No newline at end of file