From 5affd26bfb4e692ffe468f411fb83deb64dd6495 Mon Sep 17 00:00:00 2001 From: Bjørn Erik Pedersen Date: Tue, 16 Apr 2019 08:23:25 +0200 Subject: 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 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') 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 -- cgit v1.2.3