From 85c9fbcad2c0748155c65559282cd3cc07cff3da782ccc55a2c3d9b7093e8a58 Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Sun, 26 May 2024 00:00:00 +0000 Subject: Fix .gitignore excludes This fixes a bug where a file or directory created by the user is incorrectly ignored by version control because it has the same name as a Hugo-generated file. --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 024a3d5..a9cad4b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -public/ -.hugo_build.lock +/public/ +/.hugo_build.lock -- cgit v1.2.3