You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:samp:`include {pat1}{pat2} ...` Add all files matching any of the listed patterns
70
+
(Files must be given as paths relative to the root of the project)
70
71
:samp:`exclude {pat1}{pat2} ...` Remove all files matching any of the listed patterns
72
+
(Files must be given as paths relative to the root of the project)
71
73
:samp:`recursive-include {dir-pattern}{pat1}{pat2} ...` Add all files under directories matching ``dir-pattern`` that match any of the listed patterns
72
74
:samp:`recursive-exclude {dir-pattern}{pat1}{pat2} ...` Remove all files under directories matching ``dir-pattern`` that match any of the listed patterns
73
75
:samp:`global-include {pat1}{pat2} ...` Add all files anywhere in the source tree matching any of the listed patterns
0 commit comments