How to exlude directories from source #304
Unanswered
sebastianmacarescu
asked this question in
Q&A
Replies: 2 comments 4 replies
-
|
Hi Sebastian, If you want to exclude vendor directory from data source to parse, you should :
In lot of projects, directories are structured like that : Hope I've answered to your question |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
Use the new |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I saw that the json config file was excluded in favor of php config files as written here:
https://github.com/llaville/php-compat-info/tree/master/docs/02_Configs
The issue is I can't really find an example on how to exclude the vendor dir for example. Does anybody have an example on how I can achieve that?
Beta Was this translation helpful? Give feedback.
All reactions