Ignore docs/ in prettier config

This commit is contained in:
Mario Zechner 2023-06-15 23:26:44 +02:00
parent f37e3c2b4b
commit 4b612c0810
2 changed files with 3 additions and 1 deletions

View File

@ -6,4 +6,5 @@ charts.js
latest-canonical*.json
momentum-cart.json
package-lock.json
site/_templates
site/_templates
docs/

View File

@ -10,6 +10,7 @@ fi
npm install
node pages.js
set -e
pushd docs
git add *
git commit -am "Updated $(date +'%Y-%m-%d')"