jetzig-framework / jetzig

Jetzig is a web framework written in Zig
MIT License
457 stars 21 forks source link

Add .DS_Store to gitignore #31

Closed Froxcey closed 6 months ago

Froxcey commented 6 months ago

MacOS generates .DS_Store junk files, and usually this is included in .gitignore in most projects to avoid confusion and polluting the repository. I think this should also be in Jetzig's default .gitignore.

vibe