We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be75b21 commit e349c96Copy full SHA for e349c96
1 file changed
.gitignore
@@ -1 +1,19 @@
1
-public
+# 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