From 785d07b08fa8e3be04993f887041ea79b9b47394 Mon Sep 17 00:00:00 2001 From: Adam Jeniski Date: Tue, 3 Feb 2026 16:50:43 -0500 Subject: [PATCH] Add generated files to gitignore Ignore clj-kondo, lsp cache, and SCIP index files Co-Authored-By: Claude Opus 4.5 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a8bbe37..8987008 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,9 @@ .nrepl-port target/ *.jar +.clj-kondo/ +.lsp/ +index.scip # VHS test outputs (generated artifacts, not needed in repo) test/e2e/output/