### Hugo ###

.direnv

# The code workspace used for the dedicated branches for certain content.
/code-workspace/

# The exported avatar images.
/static/icons/avatars/

# Certain files just need to be ignored.
/layouts/partials/openring.html
/layouts/partials/planet.html

# Generated files by hugo
/public/
/resources/_gen/

# Executable may be added to repository
hugo.exe
hugo.darwin
hugo.linux

# Ignore all other envrc
.envrc.*