私はそのような構造を持っています
SDI
|-.gitignore
\-webapp
SDI / webapp / appディレクトリで実行するgit rm -r --cached .
と、このようなファイルが削除されているのがわかります
rm 'webapp/app/views/MyStuff/myGroups.html'
rm 'webapp/app/views/MyStuff/userAdd.html'
rm 'webapp/app/views/MyStuff/userEdit.html'
rm 'webapp/app/views/auth/Secure/login.html'
rm 'webapp/app/views/errors/404.html'
rm 'webapp/app/views/errors/500.html'
rm 'webapp/app/views/main.html'
rm 'webapp/app/views/tags/auth/check.tag'
rm 'webapp/app/views/tags/generic.html'
rm 'webapp/app/views/tags/text.html'
私.gitignore contents
は次のとおりです
eclipse/
tmp/
bin/
tools/play-1.2.5/framework/pym/
なぜすべてのファイルを削除するのですか?私がgit config file.mode false
過去に行った他のリポジトリと比較して、このリポジトリで唯一ユニークなものはあります。