diff --git a/README.md b/README.md index 05d692e..b645f90 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,14 @@ - 删除.idea文件 # 20230326 - 完善实体类 +- 我靠,折腾了一晚上,提交了十几次,终于提交时把.idea这个文件给忽略了 + - 方法:在`.gitgnore`文件中添加 + - `.idea/encodings.xml` + - `.idea/misc.xml` + - `.idea/vcs.xml` + - `.idea/workspace.xml` + - 然后在控制台输入`git rm -r --cached .idea` + - 删除`gitee`或`github`上的`.idea`文件 + - `update`一下远端项目 + - `push`代码 +- 我好菜。。。 \ No newline at end of file