Commit 8260891
authored
chore(gitignore): ignore the repo-root uploads spill directory (#6089)
UPLOAD_DIR_SERVER is join(process.cwd(), 'uploads'), so it follows the cwd
rather than a fixed root. Under turbo run test the cwd is apps/sim and that
package's /uploads rule catches it, but running vitest from the repo root
writes ~40 uploads/execution/**/large-value-*.json files to a path nothing
ignored.
Anchored on purpose: an unanchored uploads/ would also match
apps/sim/lib/uploads/ (61 tracked source files) and silently ignore anything
added there later.1 parent d67e02f commit 8260891
1 file changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
0 commit comments