From a15009ce844315565db686b7315f273dab831354 Mon Sep 17 00:00:00 2001 From: doodlewind <7312949+doodlewind@users.noreply.github.com> Date: Wed, 25 Dec 2024 02:18:45 +0000 Subject: [PATCH] chore(editor): ignore debug zip snapshots (#9297) Put snapshot zips in `blocksuite/playground/apps/starter/data/snapshots/` --- blocksuite/playground/.gitignore | 3 +++ .../apps/starter/data/snapshots/put-snapshot-zips-here | 0 2 files changed, 3 insertions(+) create mode 100644 blocksuite/playground/apps/starter/data/snapshots/put-snapshot-zips-here diff --git a/blocksuite/playground/.gitignore b/blocksuite/playground/.gitignore index a547bf36d..4d7aa5624 100644 --- a/blocksuite/playground/.gitignore +++ b/blocksuite/playground/.gitignore @@ -22,3 +22,6 @@ dist-ssr *.njsproj *.sln *.sw? + +apps/starter/data/snapshots/*.zip + diff --git a/blocksuite/playground/apps/starter/data/snapshots/put-snapshot-zips-here b/blocksuite/playground/apps/starter/data/snapshots/put-snapshot-zips-here new file mode 100644 index 000000000..e69de29bb