yuzu-emu.github.io/.gitignore
liushuyu 0aec84bea2 feat(tree-wide): improve site building performance ...
* use Hugo to build SASS and resize images
* cache Hugo's image resizing output
2021-11-05 23:38:04 -06:00

28 lines
471 B
Plaintext

node_modules/
yarn-error.log
# Binaries
site/hugo
site/hugo.exe
# Hugo generated static website files.
build/
public/
site/public/
.publish/
# Dynamic content imported on deploy.
site/content/wiki/
site/content/game/
site/content/entry/tweet_*
site/static/images/game/icons
site/static/images/game/boxart
!site/static/images/game/boxart/default.png
site/static/images/screenshots0/
site/static/savefiles/
site/resources/_gen/
# Filesystem stuff.
.directory
.DS_Store