2022-02-02 04:52:05 +00:00
|
|
|
### Jekyll gitignore ###
|
2020-01-16 17:48:56 +00:00
|
|
|
_site/
|
|
|
|
.sass-cache/
|
|
|
|
.jekyll-cache/
|
2019-09-20 01:14:09 +00:00
|
|
|
.jekyll-metadata
|
2022-02-02 04:52:05 +00: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
|