I have updated some resources using a console command and now I have 2039 new image files that are untracked and that are appearing when I use the command git status. Because they are untracked, I believe a gitignore won't do a thing since they're already ignored, so how can I do this on git?
They're all in the folder frontend/www/site-resources/product/media/ folder.