diff options
author | Robby Zambito <contact@robbyzambito.me> | 2025-04-02 17:23:13 -0400 |
---|---|---|
committer | Robby Zambito <contact@robbyzambito.me> | 2025-04-06 13:08:08 -0400 |
commit | c9b37c250cd60d4c4ec98f27c9a6d167eee2f900 (patch) | |
tree | c6c67c4ae9f1ff0504a7e33dec7c1d76ef742be0 /.gitignore |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d8c8979 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.zig-cache +zig-out |