尽管有文件,有没有办法强制git添加.gitignore文件?
git
.gitignore
见man git-add:
man git-add
-f, --force Allow adding otherwise ignored files.
所以运行这个
git add --force my/ignore/file.foo