From d37c835b01940824d3e7f1a5267a78587e48f739 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Wed, 24 Mar 2021 20:27:06 -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