website/.gitignore
2022-11-22 22:37:51 +08:00

20 lines
287 B
Plaintext

### Hugo ###
.direnv
# 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.*