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
This commit is contained in:
parent
16f8f4c953
commit
38839912d2
|
@ -1,7 +1,7 @@
|
|||
/.vscode
|
||||
/bin
|
||||
/zig-cache
|
||||
/zig-out
|
||||
**/zig-cache
|
||||
**/zig-out
|
||||
/docs
|
||||
**/*.log
|
||||
**/*.bin
|
||||
|
|
Loading…
Reference in New Issue