mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-04-22 05:11:03 -07: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
No EOL
270 B
Text
21 lines
No EOL
270 B
Text
.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 |