Opening in VS Code will cause a sln file to get generated and the obj folder with the background compile artifacts. Ignoring them (#887)

This commit is contained in:
Aaron Powell
2026-03-05 22:13:07 +11:00
committed by GitHub
parent 164b6eb268
commit 8dcf0378ac

4
.gitignore vendored
View File

@@ -20,3 +20,7 @@ website/dist/
website/.astro/ website/.astro/
website/public/data/* website/public/data/*
website/public/llms.txt website/public/llms.txt
*.sln
obj/
bin/