Add DS_Store to gitignore

This commit is contained in:
Froxcey 2024-03-25 00:55:37 +08:00
parent a993fc8cf2
commit 0de6445539
No known key found for this signature in database
GPG Key ID: 621379E1D6250388

1
demo/.gitignore vendored
View File

@ -2,3 +2,4 @@ zig-cache/
zig-out/
static/
src/app/views/**/.*.zig
.DS_Store