stable-diffusion-webui
/
extensions
/openOutpaint-webUI-extension
/app
/.githooks
/windows
/pre-commit
# | |
# Script to perform some basic operations to the code before committing. | |
# Adds file hashes to html script imports for cache busting purposes | |
powershell .devtools/updatehashes.ps1 gitadd | |
# Adds file to current commit | |
git add "**.html" |