Commit 1cab517
committed
fix(cli): git-ignore all "dist*" dirs in scaffolded projects
Fix the project template to configure Git to ignore all dist files
created by the TypeScript compiler, e.g. `dist8` for Node.js 8.x and
`dist10` for Node.js 10.x
Before this change, only the directory `dist` was ignored.1 parent 888ece6 commit 1cab517
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
0 commit comments