buck
buck copied to clipboard
support of --exclude <sub-directory>[..] is missing
i want to exclude set of sub-directories while running buck query "deps(//path,1)"
and buck test //path/...
I searched on docs but could not find such option. exclusion is supported based on labels . It is not applicable in my case. generally , It is quite common use case. Could you please suggest me how to achieve this?
How do you do exclusion with labels?