Skip to content

Commit f39f53d

Browse files
authored
Update .gitignore
1 parent 9999817 commit f39f53d

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

.gitignore

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
1-
# Hugo build
2-
public
3-
resources/**
4-
1+
### Hugo ###
2+
# Generated files by hugo
3+
/public/
4+
/resources/_gen/¡
5+
hugo_stats.json
6+
7+
# Executable may be added to repository
8+
hugo.exe
9+
hugo.darwin
10+
hugo.linux
11+
12+
# Temporary lock file while building
13+
/.hugo_build.lock
14+
15+
# Executable may be added to repository
16+
hugo.exe
17+
hugo.darwin
18+
hugo.linux
519
# Logs
620
logs
721
*.log
@@ -107,4 +121,4 @@ dist
107121
# TernJS port file
108122
.tern-port
109123

110-
.DS_Store
124+
.DS_Store

0 commit comments

Comments
 (0)