We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 889df39 commit be18e47Copy full SHA for be18e47
.gitignore
@@ -1,27 +1,14 @@
1
-# BundlerCache
2
-.bundle
3
-vendor
4
-Gemfile.lock
5
-
6
-# Jekyll Cache
7
-.jekyll-cache
8
-.jekyll-metadata
9
-_site
10
11
-# Ruby Gems
12
-*.gem
13
14
-# NPM Dependencies
15
-node_modules
16
-package-lock.json
17
18
-# IDE Configurations
19
-.idea
20
-.vscode/*
21
-!.vscode/settings.json
22
-!.vscode/extensions.json
23
-!.vscode/tasks.json
24
25
-# Miscellaneous
26
-_sass/vendors
27
-assets/js/dist
+# generated files
+/public/
+/resources/_gen/
+/assets/jsconfig.json
+hugo.log
+hugo_stats.json
+
+# executables
+hugo.exe
+hugo.darwin
+hugo.linux
+# temporary files
+/.hugo_build.lock
0 commit comments