更新readme.md

This commit is contained in:
twinkle255 2023-03-26 23:02:27 +08:00
parent b010f89689
commit e74fb7da1a

View File

@ -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`代码
- 我好菜。。。