Update .gitignore

This commit is contained in:
Gabriel Arazas 2022-11-22 22:32:42 +08:00
parent 3a0d25d9cd
commit 905b916372

14
.gitignore vendored
View File

@ -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.*