Commit 0953e80
committed
docs(gitignore): document cli-with-sentry dist exclusion
Add comment explaining that packages/cli-with-sentry/dist/ is
gitignored as ephemeral esbuild output, consistent with the
packages/cli/dist/ pattern.
The root .gitignore already has comprehensive patterns:
- **/build (workspace + archive)
- **/coverage (test coverage)
- **/html (generated docs)
- **/dist is NOT global because dist/ contains blessed releases
Individual packages use local .gitignore files to exclude their
ephemeral dist/ output (CLI packages) while allowing tracked dist/
in other packages (binary releases, WASM artifacts, models).1 parent 53e8dab commit 0953e80
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
0 commit comments