Use git rm --cached to remove from the index but not the working tree.
After that, you should add .classpath to your .gitignore file, to prevent it from being committed again.
Use git rm --cached to remove from the index but not the working tree.
After that, you should add .classpath to your .gitignore file, to prevent it from being committed again.