2022-02-01 23:52:05 -05:00
|
|
|
### Jekyll gitignore ###
|
2020-01-16 12:48:56 -05:00
|
|
|
_site/
|
|
|
|
.sass-cache/
|
|
|
|
.jekyll-cache/
|
2019-09-19 21:14:09 -04:00
|
|
|
.jekyll-metadata
|
2022-02-01 23:52:05 -05:00
|
|
|
|
|
|
|
### Hugo gitignore ###
|
|
|
|
# Generated files by hugo
|
|
|
|
/public/
|
|
|
|
/resources/_gen/
|
|
|
|
/assets/jsconfig.json
|
|
|
|
hugo_stats.json
|
|
|
|
|
|
|
|
# Executable may be added to repository
|
|
|
|
hugo.exe
|
|
|
|
hugo.darwin
|
|
|
|
hugo.linux
|
|
|
|
|
|
|
|
# Temporary lock file while building
|
|
|
|
/.hugo_build.lock
|