Skip to content

Commit eebc104

Browse files
authored
Merge pull request #35531 from bconfiden2/0729-update-gitignore
Anchor several .gitignore paths
2 parents fff4ca7 + 3907be0 commit eebc104

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)