Commit 04e99fa
committed
refactor(gitignore): add global **/dist pattern and remove redundant local gitignores
All dist/ directories are build artifacts and should be gitignored.
Add **/dist to root .gitignore alongside existing **/build, **/coverage,
and **/html patterns.
Remove redundant local .gitignore files:
- packages/cli/.gitignore (only contained dist/)
- packages/cli-with-sentry/.gitignore (only contained dist/)
All build artifacts are now consistently handled by root .gitignore:
- **/build (workspace + archive)
- **/dist (build output)
- **/coverage (test coverage)
- **/html (generated docs)1 parent 0953e80 commit 04e99fa
3 files changed
+2
-19
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
43 | | - | |
| 44 | + | |
44 | 45 | | |
45 | | - | |
46 | | - | |
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
| |||
This file was deleted.
This file was deleted.
0 commit comments