Skip to content

Commit e31562b

Browse files
committed
1 parent 9ed031d commit e31562b

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

.gitignore

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
1-
/.hugo_build.lock
1+
# IDE-specific files
22
.idea
33
.vscode
44

5-
# maybe remove this, contains generated site files
6-
public
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

0 commit comments

Comments
 (0)