From e55770751c4fd2c4a1966335cbe3407a7562aaef Mon Sep 17 00:00:00 2001 From: Sam Pullara Date: Mon, 19 Aug 2024 15:29:42 -0700 Subject: [PATCH] add vscode directory to the gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index af2305e02..cc1f5a53b 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ target .classpath .project .settings +.vscode \ No newline at end of file