mirror of
https://github.com/mmomm-org/obsidian-newtab.git
synced 2026-07-22 07:43:53 +00:00
chore: ignore local test-vault scratch artifacts
The BeautiTab import testing leaves large binary fixtures in the test vault (test/NewTab.zip and test/NewTab/Pictures/, ~58 MB combined) that are local scratch, not sources. Ignore them so they don't clutter `git status` or get pulled in by an accidental `git add .`. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
88f1bad0cf
commit
7d35c6ae03
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -25,6 +25,10 @@ test/*/.obsidian/plugins/*/assets/
|
|||
# Per-developer Obsidian workspace state inside test vaults
|
||||
test/*/.obsidian/workspace*
|
||||
|
||||
# Local test-vault scratch — large binary fixtures and exports, not sources
|
||||
test/*.zip
|
||||
test/*/Pictures/
|
||||
|
||||
# Test coverage
|
||||
coverage/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue