Ignore multiple files #11
Answered
by
pgrimaud
moritzbaettig
asked this question in
Q&A
-
Hi, does anybody know how it is possible to ignore multiple files? args: --ignored-file=a.liquid But what if I want to ignore "a.liquid" AND "b.liquid"? How does the argument look like? |
Beta Was this translation helpful? Give feedback.
Answered by
pgrimaud
Mar 24, 2021
Replies: 1 comment 2 replies
-
Hi, Yes you can add multiple times the Example : |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
moritzbaettig
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Yes you can add multiple times the
--ignored-file
option.Example :
args: --ignored-file=a.liquid --ignored-file=b.liquid