diff --git a/deps/common/.carve/config.edn b/deps/common/.carve/config.edn index 6889804745..bdd5a7cab0 100644 --- a/deps/common/.carve/config.edn +++ b/deps/common/.carve/config.edn @@ -10,5 +10,6 @@ logseq.common.util.macro logseq.common.cognito-config logseq.common.config - logseq.common.defkeywords] + logseq.common.defkeywords + logseq.common.graph-dir] :report {:format :ignore}} diff --git a/deps/db-sync/.carve/ignore b/deps/db-sync/.carve/ignore index dbc8e2ddb8..abb5a83564 100644 --- a/deps/db-sync/.carve/ignore +++ b/deps/db-sync/.carve/ignore @@ -21,4 +21,6 @@ logseq.db-sync.snapshot/framed-length ;; API logseq.db-sync.worker/worker ;; debugging -logseq.db-sync.worker.timing/summary \ No newline at end of file +logseq.db-sync.worker.timing/summary +;; API +logseq.db-sync.snapshot/finalize-datoms-jsonl-buffer \ No newline at end of file