The list is in the .gitignore file. Perhaps you added these files later, causing Git to start tracking them. How do you remove them from Git's tracking list?
git update-index --assume-unchanged .\frontend\src\config.json
The list is in the .gitignore file. Perhaps you added these files later, causing Git to start tracking them. How do you remove them from Git's tracking list?
git update-index --assume-unchanged .\frontend\src\config.json
For further actions, you may consider blocking this person and/or reporting abuse
Join AWS Security LIVE! for expert insights and actionable tips to protect your organization and keep security teams prepared.
Mike Young -
Mike Young -
Mike Young -
Mike Young -
Top comments (0)