.gitignore does not ignore .idea/* ... leaving your local copy intact with git rm --cached .idea/workspace.xml and commit this change.
確定! 回上一頁