Skip to content

Add .DS_Store to .gitignore#1509

Merged
codeHusky merged 1 commit intoMCLCE:mainfrom
ZomkaDEV:fix/add_ds_store
Apr 15, 2026
Merged

Add .DS_Store to .gitignore#1509
codeHusky merged 1 commit intoMCLCE:mainfrom
ZomkaDEV:fix/add_ds_store

Conversation

@ZomkaDEV
Copy link
Copy Markdown
Contributor

Description

macOS automatically creates a .DS_Store file if any custom macOS attributes are set to files (like visual position in Finder). It's redundant for this repo and to avoid that to be accidentally committed/pushed, I added it to .gitignore.

Changes

Previous Behavior

.DS_Store could be included in commits

Root Cause

Missing line from .gitignore

New Behavior

.DS_Store won't be accidentally included in commits

Fix Implementation

Added a single line in .gitignore

AI Use Disclosure

No AI was used for this.

Related Issues

  • None

macOS automatically creates a .DS_Store file if any custom macOS attributes are set to files (like visual position in Finder). It's redundant for this repo and to avoid that to be accidentally committed/pushed, I added it to .gitignore.
@codeHusky codeHusky merged commit 7f0237a into MCLCE:main Apr 15, 2026
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.

3 participants