改动过.gitignore文件之后,在repo的根目录下运行:

  1. git rm -r --cached .
  2. git add .

之后可以进行提交:

    1. git commit -m "fixed untracked files"
05-17 05:19