From a13a8d29c661d99830e5b66d9a61269a209d1cfd Mon Sep 17 00:00:00 2001 From: Dominic Reich <dominic@noreply.oe7drt.com> Date: Sun, 9 Mar 2025 12:16:19 +0100 Subject: [PATCH] update gitignore file (with comment description) --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 5b552fa..19e555c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,12 @@ .hugo_build.lock +# As for the go.{mod,sum} files, I want them nearly empty +# in the repo but don't track changes so I did this: +# git update-index --assume-unchanged go.mod +# git update-index --assume-unchanged go.sum resources public go.mod go.sum man *.bak +gmid.*