Skip to content

chore: ignore .DS_Store and .vscode/ in .gitignore#68

Open
bkfunk wants to merge 1 commit into
segfault87:mainfrom
bkfunk:chore/gitignore-additions
Open

chore: ignore .DS_Store and .vscode/ in .gitignore#68
bkfunk wants to merge 1 commit into
segfault87:mainfrom
bkfunk:chore/gitignore-additions

Conversation

@bkfunk
Copy link
Copy Markdown

@bkfunk bkfunk commented May 13, 2026

Summary

Adds two common editor/OS artifacts to .gitignore so they don't show up in git status for contributors on macOS or using VS Code:

  • .DS_Store — macOS Finder metadata
  • .vscode/ — VS Code workspace settings (per-user; not project config)

Both are conventional .gitignore entries and don't change any tracked files.

Test plan

  • .gitignore parses cleanly

Copilot AI review requested due to automatic review settings May 13, 2026 16:21
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

2 participants