can you please explain me why having rules in root .gitignore of my project :
/public/css
/public/js
/public/js/*
/public/css/*
/public/vendor/
git status shows me on main branch:
modified: public/js/app.js
modified: public/vendor/jsvalidation/js/jsvalidation.js
Why so and how can it be fixed ?