mirror of
https://github.com/github/awesome-copilot.git
synced 2026-03-12 04:05:12 +00:00
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:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -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/
|
||||||
|
|||||||
Reference in New Issue
Block a user