ignore .DS_Store files

This commit is contained in:
Zoey 2024-04-21 22:22:13 -07:00
parent a8decfa3db
commit a06626e8cb
No known key found for this signature in database
GPG key ID: 8611B896D1AAFAF2

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
/target /target
server-config.json server-config.json
.DS_Store