From 36005829089ccd05c8886fd796829ab11b82c6b0 Mon Sep 17 00:00:00 2001 From: Daniel Chao Date: Fri, 11 Oct 2024 07:59:35 -0700 Subject: [PATCH] Add .vscode and .pkl-lsp to gitignore (#677) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 4c1ed3a1..8289f45e 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,10 @@ generated/ !.idea/scopes/ !.idea/vcs.xml +.vscode/ + +.pkl-lsp/ + # :pkl-core:makeIntelliJAntlrPluginHappy gen/ PklLexer.tokens