Skip to content

Commit 3907be0

Browse files
committed
Update gitignore to include some content directories
1 parent ee5878e commit 3907be0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ kubernetes.github.io.iml
2727
nohup.out
2828

2929
# Hugo output
30-
public/
31-
resources/
30+
/public/
31+
/resources/
3232
.hugo_build.lock
3333

3434
# Netlify Functions build output
3535
package-lock.json
36-
functions/
37-
node_modules/
36+
/functions/
37+
/node_modules/
3838

3939
# Generated files when building with make container-build
4040
.config/

0 commit comments

Comments
 (0)