Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的全局 .gitignore 通常很棒,但对于这个单独的项目,我不希望应用全局规则。
如何删除这个怪异存储库的全局 .gitignore 规则?
在您的存储库中运行此命令:
git config --local core.excludesfile false