Ignore .DS_Store files

This commit updates the .gitignore file to ignore .DS_Store files, which are created by macOS. These files are not relevant to the project and should not be included in version control.

Signed-off-by: Kamakura.Yx <barnett.yuxiang@gmail.com>
This commit is contained in:
Kamakura.Yx
2024-01-10 23:13:57 +08:00
parent 609836bd6a
commit aca3fcb571

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ dist/
*.egg-info/
build/
review.md
.DS_Store