website/.gitignore

23 lines
380 B
Plaintext

### Hugo ###
.direnv
# The code workspace used for the dedicated branches for certain content.
./code-workspace/
# 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.*