Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

Commit 1acdad8

Browse files
authored
Gitignore: support /public as a symlink (#89)
Signed-off-by: Patrice Chalin <pchalin@gmail.com>
1 parent 26d311a commit 1acdad8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.gitignore

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# Hugo-generated assets
2-
public/
3-
resources/
2+
/public
3+
/resources
44

55
# npm assets
66
node_modules/
7-
8-
# files
97
package-lock.json

0 commit comments

Comments
 (0)