We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d8f4e0 commit daf4fa8Copy full SHA for daf4fa8
Taskfile.yml
@@ -109,6 +109,7 @@ tasks:
109
-type d -name '.licenses' -prune -or \
110
-type d -name '__pycache__' -prune -or \
111
-type d -name 'node_modules' -prune -or \
112
+ -type d -path './deps/*' -prune -or \
113
\( \
114
-regextype posix-extended \
115
-regex '.*[.](bash|sh)' -and \
@@ -139,6 +140,7 @@ tasks:
139
140
141
142
143
144
145
146
0 commit comments