Add .DS_Store to .gitignore

- Updated the .gitignore file to include .DS_Store, preventing macOS system files from being tracked in the repository.
This commit is contained in:
Yury Kossakovsky
2025-05-05 13:56:51 -06:00
parent 448a34f959
commit 7cc9325145

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
.DS_Store
.env
.env.test
volumes/