Skip to content

Commit e5633a9

Browse files
tmr08cclaude
andcommitted
chore: update .gitignore for Hugo-specific patterns
Replace Gatsby ignore patterns (.cache/, public) with Hugo-specific patterns (hugo-site/public/, hugo-site/resources/). 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent f30a976 commit e5633a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ typings/
5454
# dotenv environment variables file
5555
.env
5656

57-
# gatsby files
58-
.cache/
59-
public
57+
# Hugo files
58+
hugo-site/public/
59+
hugo-site/resources/
6060

6161
# Mac files
6262
.DS_Store

0 commit comments

Comments
 (0)