xxxxxxxxxx
# Remove the cache files you want to ignore
git rm --cached path/to/cache-file1.ext
git rm --cached path/to/cache-file2.ext
# Save the changes to the Git repository
git commit -m "Remove cache files"
# Push the updated repository to remote, if necessary
git push origin branch-name