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 条目,但我似乎无法从我的 GitHub for Windows 提交中过滤掉 ._ReSharper .crc 文件。
我在 .gitingore 中有几个与 ReSharper 相关的条目:
*\_ReSharper* _ReSharper* _ReSharper.*
*\_ReSharper*
_ReSharper*
_ReSharper.*
但无论如何,都要提交 .crc 文件:
我应该使用什么条目来防止 RS 东西提交到我的仓库?
这对我有用:_ReSharper*/
_ReSharper*/