1 Commits

Author SHA1 Message Date
38839912d2 chore(gitignore): update .gitignore
sometimes I'm left with a src/zig-cache, and I want to
just make sure that I never-ever end up commiting that
2022-10-21 04:41:32 -03:00

4
.gitignore vendored
View File

@@ -1,7 +1,7 @@
/.vscode /.vscode
/bin /bin
/zig-cache **/zig-cache
/zig-out **/zig-out
/docs /docs
**/*.log **/*.log
**/*.bin **/*.bin