Skip to content

Commit 3b2223b

Browse files
chore: add .gitignore
1 parent 2aa3b5d commit 3b2223b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.gitignore

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Created by https://www.toptal.com/developers/gitignore/api/hugo
2+
# Edit at https://www.toptal.com/developers/gitignore?templates=hugo
3+
4+
### Hugo ###
5+
# Generated files by hugo
6+
/public/
7+
/resources/_gen/
8+
/assets/jsconfig.json
9+
hugo_stats.json
10+
11+
# Executable may be added to repository
12+
hugo.exe
13+
hugo.darwin
14+
hugo.linux
15+
16+
# Temporary lock file while building
17+
/.hugo_build.lock
18+
19+
# End of https://www.toptal.com/developers/gitignore/api/hugo
20+

0 commit comments

Comments
 (0)