From 905b916372dd06f26e1bd55017b2eb142fd0e0f6 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Tue, 22 Nov 2022 22:32:42 +0800 Subject: [PATCH] Update .gitignore --- .gitignore | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 0ca3922..ab29b87 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,11 @@ - -# Created by https://www.gitignore.io/api/hugo -# Edit at https://www.gitignore.io/?templates=hugo - ### Hugo ### + +.direnv + +# Certain files just need to be ignored. +/layouts/partials/openring.html +/layouts/partials/planet.html + # Generated files by hugo /public/ /resources/_gen/ @@ -12,4 +15,5 @@ hugo.exe hugo.darwin hugo.linux -# End of https://www.gitignore.io/api/hugo +# Ignore all other envrc +.envrc.*