mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-31 04:58:26 +00:00
23 lines
380 B
Plaintext
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.*
|