Skip to content

Commit 8dcf037

Browse files
authored
Opening in VS Code will cause a sln file to get generated and the obj folder with the background compile artifacts. Ignoring them (#887)
1 parent 164b6eb commit 8dcf037

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,7 @@ website/dist/
2020
website/.astro/
2121
website/public/data/*
2222
website/public/llms.txt
23+
24+
*.sln
25+
obj/
26+
bin/

0 commit comments

Comments
 (0)