From 4ffe77e828a9cbe01a48602b53058940b1265dc2 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Fri, 16 Sep 2022 23:53:35 +0200 Subject: Initialise project --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dde441d --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +zig-cache/ +zig-out/ + +.direnv/ -- cgit 1.4.1