Skip to content

Commit

Permalink
Add .DS_Store to .gitignore (#514)
Browse files Browse the repository at this point in the history
For macOS contributors, .DS_Store keeps appearing in diffs and prevents the use of `git add .`, which is a major pain in the butt when contributing.
wojtekmaj authored Jul 11, 2024
1 parent d4c5709 commit 22c58fc
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
@@ -1,4 +1,5 @@
.idea/
.DS_Store

/.yarn/*
!/.yarn/cache

0 comments on commit 22c58fc

Please sign in to comment.