From 799886d396100695c11168b83c253d5d6ebc678f Mon Sep 17 00:00:00 2001
From: Patrick Kollitsch <patrick@davids-neighbour.com>
Date: Sat, 01 Feb 2025 00:09:15 +0000
Subject: [PATCH] chore(setup): update gitignore file

---
 .gitignore |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/.gitignore b/.gitignore
index 2e050e1..004ffda 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,11 @@
 # local ignored files
-cache/
+cache
 .wireit
+public
+.hugo_build.lock
 
-# Created by https://www.toptal.com/developers/gitignore/api/hugo,node,linux,macos,windows,phpstorm+all,visualstudiocode,go
-# Edit at https://www.toptal.com/developers/gitignore?templates=hugo,node,linux,macos,windows,phpstorm+all,visualstudiocode,go
+# Created by https://www.toptal.com/developers/gitignore/api/go,hugo,node,linux,macos,windows,phpstorm+all,visualstudiocode
+# Edit at https://www.toptal.com/developers/gitignore?templates=go,hugo,node,linux,macos,windows,phpstorm+all,visualstudiocode
 
 ### Go ###
 # If you prefer the allow list template instead of the deny list, see community template:
@@ -67,6 +69,7 @@
 # Icon must end with two \r
 Icon
 
+
 # Thumbnails
 ._*
 
@@ -363,7 +366,4 @@
 # Windows shortcuts
 *.lnk
 
-# End of https://www.toptal.com/developers/gitignore/api/hugo,node,linux,macos,windows,phpstorm+all,visualstudiocode,go
-
-public/
-.hugo_build.lock
+# End of https://www.toptal.com/developers/gitignore/api/go,hugo,node,linux,macos,windows,phpstorm+all,visualstudiocode

--
Gitblit v1.10.0