I’m unsure what I’m doing wrong here, as each change to the CSS is also tracking these files, which I don’t think is necessary. Or at least I don’t want that to happen.
I’m using fingerprinting in Sass pipes generation, like so:
Another question… is it possible that you started tracking these particular files before you added resources/ to your .gitignore file?
The purpose of gitignore files is to ensure that certain files not tracked by Git remain untracked. Files already tracked by Git are not affected; see the NOTES below for details.
To stop tracking a file that is currently tracked, use git rm --cached .