From 6618ca99c920c18e82c0c314d345fc746fd55ab5 Mon Sep 17 00:00:00 2001 From: Remo Liebmann Date: Mon, 26 Jan 2026 03:27:29 +0100 Subject: [PATCH] add gitignore --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e529200 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +#others +node_modules +.hugo_build.lock + +# OS generated files +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes + +# Hugo +public +hugo_cache \ No newline at end of file