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
#git
Software for tracking changes in any set of files, usually used for coordinating work among programmers collaboratively developing source code during software development.
Top comments (0)