I've added a several entries as below to my .gitignore
.env
.env.production
.env.staging
.env.uat
Now what I'm confused is it doesn't seem to be taking effect, both visually on VS Code nor when I run git status
, it doesn't list all the files that I'm expecting to be removed/deleted? I must've missed something obvious but I couldn't spot it
Visual on VS Code as below: