Skip to content

Commit

Permalink
Add .DS_Store to .gitignore
Browse files Browse the repository at this point in the history
Added .DS_Store to the .gitignore file to prevent macOS-specific
metadata files from being tracked in the repository. This helps
maintain cleaner version control and avoids unnecessary conflicts
across different environments, particularly for macOS users.
  • Loading branch information
eliasjpr committed Aug 18, 2024
1 parent 834204d commit 0dac3b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
/.shards/
*.dwarf
/.vscode/
/.DS_Store/
/spec/db/*.db
# Libraries don't need dependency lock
# Dependencies will be locked in applications that use them
Expand Down

0 comments on commit 0dac3b5

Please sign in to comment.