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.

Is your feature request related to a problem? Please describe.
I use
gitMCP 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
gitMCP should ignore files/dirs within.gitignoreDescribe alternatives you've considered
Define the ignore rules for AI IDE like cursor...
Additional context
In this commit, lots of files within
.gitdir commited bygitMCP.