Skip to content

Commit e349c96

Browse files
committed
generating new gitignore
1 parent be75b21 commit e349c96

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

.gitignore

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
1-
public
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

0 commit comments

Comments
 (0)