Skip to content

Commit 198a939

Browse files
committed
gitignore temp files
1 parent 2677b4f commit 198a939

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Hugo build file
2+
.hugo_build.lock
3+
4+
# Built site (will be built @ origin by Actions)
5+
public
6+
public/
7+
public/*
8+
9+
# Generated resources
10+
resources
11+
resources/
12+
resources/*

0 commit comments

Comments
 (0)