So I created a new react project using npx create-react-app. Now I started editing the files, and source control tab in vs code is prompting me to commit and push. But I never wanted to link that project with any github repository. So how can I remove the git features from the project? and are files like gitignore and readme.md required?
In short, I don't wany any commit notifications and in-editor git local working changes to be shown.
P.S. new to git and react!