From 7aaa61a5244fc7c017ed42247738b6fa242e5c52 Mon Sep 17 00:00:00 2001 From: xunpod Date: Tue, 24 Sep 2024 20:13:13 +0800 Subject: [PATCH] chore: init gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..aee5c7a --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +/public +.vscode +.idea +./.hugo_build.lock