Skip to content

Commit 16b7bf7

Browse files
committed
remove public dir from gitignore
1 parent 51d3746 commit 16b7bf7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.gitignore

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
.hugo_build.lock
33

44
# Built site (will be built @ origin by Actions)
5-
public
6-
public/
7-
public/*
5+
# Actions is broken, I need to update the Action. Quickfixed by just having me manually manage it.
6+
#public
7+
#public/
8+
#public/*
89

910
# Generated resources
1011
resources

0 commit comments

Comments
 (0)