Commit 81d3a8f
committed
chore: exclude .cache from tsconfigs
Stray writers (Node compile-cache, corepack, pnpm RC) may drop files
into .cache/ at the repo root. The **/.cache/ gitignore prevents
those from being tracked, but tsc would otherwise still try to
type-check them. Sorted excludes alphabetically.1 parent 5993a48 commit 81d3a8f
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
0 commit comments