From 8dcf0378ac534b33b8368c6bd3a5eab4dc888720 Mon Sep 17 00:00:00 2001 From: Aaron Powell Date: Thu, 5 Mar 2026 22:13:07 +1100 Subject: [PATCH] Opening in VS Code will cause a sln file to get generated and the obj folder with the background compile artifacts. Ignoring them (#887) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 91de8a13..342509c0 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,7 @@ website/dist/ website/.astro/ website/public/data/* website/public/llms.txt + +*.sln +obj/ +bin/