Add .DS_Store to gitignore

This commit is contained in:
fluo10 2025-06-14 09:13:13 +09:00
parent 833dc9ed3c
commit 7569d296b1

4
.gitignore vendored
View file

@ -20,4 +20,6 @@ Cargo.lock
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
tmp/
tmp/
.DS_Store