From 5f671ea3fedf8c94e0c9f12ea140f73f52d2402e Mon Sep 17 00:00:00 2001 From: Tobias Manske Date: Mon, 8 Feb 2021 05:10:03 +0100 Subject: [PATCH] gitignore --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f32553a --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ + +# Created by https://www.toptal.com/developers/gitignore/api/hugo +# Edit at https://www.toptal.com/developers/gitignore?templates=hugo + +### Hugo ### +# Generated files by hugo +/public/ +/resources/_gen/ +hugo_stats.json + +# Executable may be added to repository +hugo.exe +hugo.darwin +hugo.linux + +# End of https://www.toptal.com/developers/gitignore/api/hugo