website/.gitignore
Gabriel Arazas 448527c85b
Ignore exported avatar images
This should enforce the build process to really export the images.
2023-05-23 19:01:27 +08:00

26 lines
433 B
Plaintext

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