diff options
author | Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com> | 2019-04-16 08:23:25 +0200 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-04-16 11:53:36 +0200 |
commit | 5affd26bfb4e692ffe468f411fb83deb64dd6495 (patch) | |
tree | 2a93d3df13734f7bde1bda7fdc1e9f36f6974785 /.gitignore | |
parent | 4054b1b520ae53328027ca477e1a9abc1733a11a (diff) |
Adjust .File usage to get rid of WARNINGs
Note that this requires this fix in Hugo 0.55.2:
https://github.com/gohugoio/hugo/issues/5865
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8c7975d --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +public/ +exampleSite/public/
\ No newline at end of file |