Skip to content

Commit e728b86

Browse files
committed
chore: drop stray files from docs branch, ignore main-branch leakage
bun.lock, .codeanalyzer/, and a test fixture cache were accidentally committed (left in the shared working tree after building on main). Remove them and gitignore the paths so a future 'git add -A' on docs can't re-add them.
1 parent 69331b8 commit e728b86

4 files changed

Lines changed: 5 additions & 554 deletions

File tree

.codeanalyzer/analysis_cache.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,8 @@ pnpm-debug.log*
1919

2020
# cache
2121
.cache/
22+
23+
# stray files that can leak in from the `main` branch (shared working tree)
24+
bun.lock
25+
.codeanalyzer/
26+
/test/

0 commit comments

Comments
 (0)