Skip to content

Ignore & include lists examples

R edited this page Jul 26, 2019 · 10 revisions
S:FILE_IGNORE_LIST <
   **/*.disabled
>

**/ - Any folder *.disabled - Any file that has the extension .disabled

Examples files this pattern would match:

  • foobar.disabled
  • foobar.bing.disabled

Example files this pattern would not match:

  • foobar.disabled.bing
  • foobar.jar