Skip to content

Commit 552323d

Browse files
Add Hugo build artifacts to gitignore (#98)
1 parent 648c14a commit 552323d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,7 @@ node_modules/*
2121
resources/*
2222

2323
# Local Netlify folder
24-
.netlify
24+
.netlify
25+
26+
.hugo_build.lock
27+
public/*

0 commit comments

Comments
 (0)