From d76e1d7aa3aecdca44502b38a5a0d1c6200f4347 Mon Sep 17 00:00:00 2001 From: will Date: Mon, 13 Jul 2026 17:37:40 +0000 Subject: [PATCH] Add gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e4b8c67 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +public/ +resources/ +.hugo_build.lock \ No newline at end of file