From 46de6a9b626b5719d44813964f68711263057937 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Thu, 14 Jan 2021 00:51:18 +0800 Subject: [PATCH] Add .gitignore --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b508de9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ + +### Hugo ### +# Generated files by hugo +/public/ +/resources/_gen/ +hugo_stats.json + +# Executable may be added to repository +hugo.exe +hugo.darwin +hugo.linux + +# Content since it is unnecessary to include in a Hugo theme. +/content/