mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-03-25 09:09:49 +00:00
* Add elements to gitignore, that are used for automated future test * Add playwright configuration for Edge users that have no Chrome installed * update tw-mcp setting
21 lines
270 B
Plaintext
21 lines
270 B
Plaintext
.DS_Store
|
|
.c9/
|
|
.vs/
|
|
.vscode/
|
|
.claude/
|
|
# TiddlyWiki
|
|
tmp/
|
|
output/
|
|
node_modules/
|
|
$__StoryList.tid
|
|
# Playwright
|
|
/test-results/
|
|
/playwright-report/
|
|
/blob-report/
|
|
/playwright/.cache/
|
|
/playwright/.auth/
|
|
test-screenshots/
|
|
test-output.txt
|
|
.playwright-mcp
|
|
# TiddlyWiki MPC
|
|
.tw-mcp |