From 8b33d9c4120f6875f8ada62736b6c03c973c2f40 Mon Sep 17 00:00:00 2001 From: Kevin Trogant Date: Wed, 4 Jan 2023 13:51:15 +0100 Subject: [PATCH] feat: add a gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..90180ff --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.hugo_build.lock +public \ No newline at end of file