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
Rather than just generating snippets, our agents understand your entire project context, can make decisions, use tools, and carry out tasks autonomously.
Mike Young -
Mike Young -
Mike Young -
Mike Young -
Top comments (0)