添加gitignore 后不生效
git rm -r --cached .
git add .
git commit -m 'update .gitignore'
git push -u origin master
git log --format=%B -n 1 獲取最后一次commit的值
添加gitignore 后不生效
git rm -r --cached .
git add .
git commit -m 'update .gitignore'
git push -u origin master
git log --format=%B -n 1 獲取最后一次commit的值