Window--->Preferences--->Team--->Ignored Resource

Eclipse中的SVN提交前需要过滤的一些文件

Eclipse中的SVN提交前需要过滤的一些文件

 一般需要过滤的 .settings   .classpath   .project

例如:

*/.settings        过滤这个文件。

*/bin/*             过滤bin文件夹下的所有内容,但不包括bin文件夹本身。

*/gen               过滤gen文件夹下的所有内容,并且包括gen本身。

bin                   过滤特定的文件夹。

xxx.java          过滤特定的文件。



相关文章:

  • 2021-05-23
  • 2021-05-19
  • 2022-03-02
  • 2021-05-30
  • 2022-12-23
  • 2021-09-03
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-16
  • 2021-04-20
  • 2021-07-05
  • 2021-06-13
相关资源
相似解决方案