I added 'dist' folder to .gitignore. I expect that now this folder and its contents wont be tracked by git.
But when I do 'git status', I see:
deleted: dist/app.bundle.js
deleted: dist/favicon.png
deleted: dist/index.html
Why this behaviour?
I added 'dist' folder to .gitignore. I expect that now this folder and its contents wont be tracked by git.
But when I do 'git status', I see:
deleted: dist/app.bundle.js
deleted: dist/favicon.png
deleted: dist/index.html
Why this behaviour?