Skip to content

Add .gitignore and untrack committed .DS_Store files - #4

Merged
BinanIbrahim merged 1 commit into
mainfrom
chore/gitignore-drop-ds-store
Jun 24, 2026
Merged

Add .gitignore and untrack committed .DS_Store files#4
BinanIbrahim merged 1 commit into
mainfrom
chore/gitignore-drop-ds-store

Conversation

@BinanIbrahim

Copy link
Copy Markdown
Owner

Why

The repo had no .gitignore, so macOS Finder metadata files were committed:

  • .DS_Store (repo root)
  • cmd/.DS_Store

Changes

  • Add a Go + macOS .gitignore (.DS_Store, editor dirs, Go build output, scanner temp artifacts).
  • git rm --cached the two tracked .DS_Store files — a .gitignore only stops untracked files, so already-tracked ones must be removed explicitly. They stay on disk locally; they're just no longer tracked.

🤖 Generated with Claude Code

There was no .gitignore, so macOS Finder metadata files got committed:
.DS_Store and cmd/.DS_Store. Add a Go + macOS .gitignore and remove the
already-tracked files from the index (they remain on disk locally).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@BinanIbrahim
BinanIbrahim merged commit e11198f into main Jun 24, 2026
7 checks passed
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