diff options
author | Mathias Magnusson <mathias@magnusson.space> | 2025-05-28 23:00:32 +0200 |
---|---|---|
committer | Mathias Magnusson <mathias@magnusson.space> | 2025-05-28 23:00:32 +0200 |
commit | 7b85276fc98643b1138df6f322b8bd657339ea96 (patch) | |
tree | 3d36e1d4961f92caa0fe0e00bb8e27a0fd1242b5 /.gitignore | |
download | huginn-7b85276fc98643b1138df6f322b8bd657339ea96.tar.gz |
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..db3cb54 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/.zig-cache/ +/zig-out/ |