Skip to content

Commit 2a7b455

Browse files
committed
Ignore node_modules and package-lock.json
These are local build tooling artifacts from installing hugo-extended via npm to render and audit the site; they should not be tracked. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01QWdScrWP32GB7vZBjx87Jd
1 parent 4838044 commit 2a7b455

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
public/
22
.hugo_build.lock
33

4+
# Node / build tooling
5+
node_modules/
6+
package-lock.json
7+
48
# Local Netlify folder
59
.netlify

0 commit comments

Comments
 (0)