site: keep fetched fonts and wrangler's cache out of git
site/fetch-fonts.py downloads the seven woff2 files once per checkout, as site/README.md documents, so they are build inputs rather than sources. .wrangler/ is the cache a deploy leaves behind.
This commit is contained in:
@@ -5,3 +5,7 @@ __pycache__/
|
||||
.claude/settings.local.json
|
||||
.DS_Store
|
||||
site/dist/
|
||||
# fetched per checkout by site/fetch-fonts.py, never committed
|
||||
site/static/fonts/*.woff2
|
||||
# wrangler's local cache, written by a deploy from this checkout
|
||||
.wrangler/
|
||||
|
||||
Reference in New Issue
Block a user