.angular cache folder not ignored after ng update to v13 #21969
Labels
area: @angular/cli
freq1: low
Only reported by a handful of users who observe it rarely
severity3: broken
type: bug/fix
Milestone
Uh oh!
There was an error while loading. Please reload this page.
🐞 Bug report
Command (mark with an
x
)Is this a regression?
Yes, the previous version in which this bug was not present was: 12.2.10
Description
Newly created projects with
13.0.0-rc.0
have the.angular
cache folder added to.gitignore
.When updating from a v12.2.10 project, the entry is not added, hence the folder is not ignored.
🔬 Minimal Reproduction
# create new project with globally installed CLI 13.0.0-rc.0 ng new foofoo --routing=false --style=css
=> ✅ has
/.angular/cache
in.gitignore
=> ❌ does NOT have
/.angular
cache folder ignored!🌍 Your Environment
The text was updated successfully, but these errors were encountered: