最佳一般SVN忽略模式? - Best general SVN Ignore Pattern?

问题:

What is the best (or as good as possible) general SVN ignore pattern to use? 什么是最好的(或尽可能好的)通用SVN忽略模式使用?

There are a number of different IDE, editor, compiler, plug-in, platform, etc. specific files and some file types that "overlap" (ie desirable for some types projects and not for others). 有许多不同的IDE,编辑器,编译器,插件,平台等特定的文件和一些“重叠”的文件类型(即某些类型的项目需要而不是其他类型的项目)。

There are however, a large number of file types that you just never want included in source control automatically regardless the specifics of your development environment. 但是,无论开发环境如何,都不会自动将大量文件类型包括在源代码管理中。

The answer to this question would serve as a good starting point for any project - only requiring them to add the few environment specific items they need. 这个问题的答案可以作为任何项目的一个很好的起点-仅要求他们添加一些所需的特定于环境的项目。 It could be adapted for other Version Control Systems (VCS) as well. 它也可以适用于其他版本控制系统(VCS)。


解决方案:

参考一: https://en.stackoom.com/question/MCf
参考二: https://stackoom.com/question/MCf
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章