32 lines
618 B
Plaintext
32 lines
618 B
Plaintext
/target
|
|
debug.png
|
|
*.messagepack
|
|
web/highlight
|
|
*.png
|
|
*.store
|
|
img/
|
|
web/bg.jpeg
|
|
web/colors.css
|
|
smolflickr
|
|
data
|
|
spook.jpg
|
|
run*.log
|
|
thumbcache/
|
|
legacy/
|
|
*.pdf
|
|
run-*.sh
|
|
|
|
# demo page source assets: re-include web/img, which the broad img/ and
|
|
# *.png patterns above would otherwise swallow
|
|
!web/img/
|
|
!web/img/*
|
|
|
|
# demo page build artifacts, regenerated by `cargo run --release --bin
|
|
# demoassets`, `cargo run --release --bin storekeys` and
|
|
# `python3 pr_to_json.py` (needed when deploying the page)
|
|
web/flickr/
|
|
web/pr-data.json
|
|
|
|
# playwright-core for verify-retrieval.mjs (npm install --no-save playwright-core)
|
|
node_modules/
|