Commit e48275d
Fix vendor exclusion pattern to match vendor at any depth
Change vendor/**/* to **/vendor/**/* to properly exclude vendor directories
in subdirectories like react_on_rails/vendor/bundle/ and
react_on_rails_pro/vendor/bundle/ where CI installs gems.
Co-authored-by: Ihab Adham <ihabadham@users.noreply.github.com>1 parent 3701703 commit e48275d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments