servers
servers copied to clipboard
Does MCP `git` support .gitignore feature?
Is your feature request related to a problem? Please describe.
I use git MCP to auto commit/push codes to repo, but it pushes .git/ , .venv/ dir to repo even I ignored them with .gitignore...
Describe the solution you'd like
git MCP should ignore files/dirs within .gitignore
Describe alternatives you've considered Define the ignore rules for AI IDE like cursor...
Additional context
In this commit, lots of files within .git dir commited by git MCP.