diff options
| author | Clawd <ai@clawd.bot> | 2026-02-28 15:26:21 -0800 |
|---|---|---|
| committer | Clawd <ai@clawd.bot> | 2026-02-28 15:26:21 -0800 |
| commit | 5bd5da261732a1fce6a94ffa4d348dd6c80887cf (patch) | |
| tree | 7893aea50ba0d37ceff3ecddef4abc8b8784b822 /renderer/dist/index.html | |
| parent | 519d6b850e07a0387511a8f024dc394250b1a241 (diff) | |
Fix .gitignore: ignore dist/, .claude-flow/, and sync-conflict files
Remove accidentally committed build artifacts and working files.
Diffstat (limited to 'renderer/dist/index.html')
| -rw-r--r-- | renderer/dist/index.html | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/renderer/dist/index.html b/renderer/dist/index.html deleted file mode 100644 index 1e29651..0000000 --- a/renderer/dist/index.html +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | <!doctype html> | ||
| 2 | <html> | ||
| 3 | <head> | ||
| 4 | <meta charset="utf-8" /> | ||
| 5 | <meta | ||
| 6 | http-equiv="Content-Security-Policy" | ||
| 7 | content="default-src 'self'; img-src 'self' data:; style-src 'self' 'unsafe-inline'; script-src 'self'; connect-src 'self' ws: http://localhost:5173" | ||
| 8 | /> | ||
| 9 | <meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
| 10 | <title>Claude Flow</title> | ||
| 11 | <script type="module" crossorigin src="./assets/index-Cf79PRin.js"></script> | ||
| 12 | <link rel="stylesheet" crossorigin href="./assets/index-SZRk6EZ2.css"> | ||
| 13 | </head> | ||
| 14 | <body> | ||
| 15 | <div id="root"></div> | ||
| 16 | <!-- Use a **relative** entry so it still works after base='./' rewrites --> | ||
| 17 | </body> | ||
| 18 | </html> \ No newline at end of file | ||
