From fb573c04333701e15ee4fba274df0f88482b392f Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 23 May 2026 22:14:40 +0200 Subject: frontend: Add .gitignore Hugo produces files which should not be committed. --- frontend/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 frontend/.gitignore diff --git a/frontend/.gitignore b/frontend/.gitignore new file mode 100644 index 0000000..07b5637 --- /dev/null +++ b/frontend/.gitignore @@ -0,0 +1,2 @@ +public +.hugo_build.lock -- cgit v1.3