忽略指定文件夹下的除某一文件之外的其他文件

parent_dir/!spec_file_name.html

忽略指定文件夹下的除某一类后缀名的文件

parent_dir/*[!*.html]

注意:若文件夹中含有 .h 可能会被当成特殊文件 不被忽略,需要写成

parent_dir/*[!*tml] 

可以忽略掉 *.h 文件

 

相关文章:

  • 2021-09-19
  • 2022-01-07
  • 2022-02-07
  • 2021-12-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-07
猜你喜欢
  • 2021-10-20
  • 2022-12-23
  • 2022-12-23
  • 2021-06-05
  • 2021-12-21
  • 2022-01-14
相关资源
相似解决方案