You could just delete your .git folder and start again.
rm -rf .git
git init
This will leave the current .gitignore in place, which would still be followed by the new git repo. The .gitignore could be removed, or delete the contents so it is a blank file.