Skip to content

gitignore: add .vs/ and out/ for visual studio users#131

Open
UnsignedChad wants to merge 1 commit into
mainfrom
chore/ignore-vs
Open

gitignore: add .vs/ and out/ for visual studio users#131
UnsignedChad wants to merge 1 commit into
mainfrom
chore/ignore-vs

Conversation

@UnsignedChad

Copy link
Copy Markdown
Owner

Trivial. VS writes local workspace state into .vs/ (Copilot indexes, file caches, chat history) and dumps cmake build output into out/build/. Both kept appearing as untracked on a Windows checkout. Added to .gitignore.

@UnsignedChad UnsignedChad enabled auto-merge (squash) May 27, 2026 21:04
vs writes copilot indexes, file-content caches, and chat history into
.vs/ next to the sln. its default cmake configure dumps build output
into out/build/<config>/. neither belongs in the repo; both kept
showing up as 23+ untracked files on every windows checkout.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant