From a1c4fa4a81fe80021ae7aa3bf0dd8acff679e539 Mon Sep 17 00:00:00 2001 From: nightnoryu Date: Tue, 26 May 2026 10:21:24 +0300 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..3430a50 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# Generated hugo files +/public/ +/.hugo_build.lock