From 9ef5b78f348285686d7e746c4fabb997de9489e4 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Thu, 25 Mar 2021 17:40:28 -0500 Subject: [PATCH] Add 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