Besides not being able to add another project to the same git repository, is there any other reason to not create a git repository (.git directory) inside an Eclipse Project folder? Currently my project directory structures look like this (with a .git repository inside it):
MyProject
.git
bin
src
.classpath
.project
.gitignore
Should I place the git repository outside the project folder?