website/.gitignore

35 lines
542 B
Plaintext

### Project setup ###
# Vale styles
/styles/
# Custom cache folder.
.cache
# 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
.direnv
### Hugo ###
# Generated files by hugo
/public/
/resources/_gen/
# Executable may be added to repository
hugo.exe
hugo.darwin
hugo.linux
# Ignore all other envrc
.envrc.*
# Local Netlify folder
.netlify