From 031249cdf972f3c7971adad19c5b89fbb7bae8cd Mon Sep 17 00:00:00 2001 From: Rahul Somasunderam Date: Tue, 10 Oct 2023 18:04:57 -0700 Subject: [PATCH] chore: Ignore vscode files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 931efe8e9..5f9b1a4f9 100644 --- a/.gitignore +++ b/.gitignore @@ -26,4 +26,5 @@ out/ ### Other stuff .gradletasknamecache -.pid.lock \ No newline at end of file +.pid.lock +/.vscode/