Add .DS_Store to .gitignore (#514)

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.
This commit is contained in:
Wojciech Maj 2024-07-11 18:34:20 +02:00 committed by GitHub
parent d4c5709f1c
commit 22c58fc88b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
.idea/
.DS_Store
/.yarn/*
!/.yarn/cache