1. Add .idea directory to the list of ignored files $ echo '.idea' >> .gitignore · 2. Remove the directory only from the repository $ git rm -r ...
確定! 回上一頁