File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 88.git export-ignore
99.gitattributes export-ignore
1010.github export-ignore
11+ .github /** export-ignore
1112.gitignore export-ignore
1213.editorconfig export-ignore
1314.travis.yml export-ignore
1415appveyor.yml export-ignore
1516composer.json export-ignore
1617composer.lock export-ignore
1718_test export-ignore
18- _cs export-ignore
19+ _test / ** export-ignore
1920lib /plugins /testing export-ignore
Original file line number Diff line number Diff line change 2121 - name : Update deleted files
2222 run : |
2323 for F in $(git diff origin/stable..HEAD --summary | awk '/^ delete/ && $4 !~ /^(VERSION)/ {print $4}'); do
24- if grep -q "^$F export-ignore" .gitattributes ; then
24+ if (git check-attr export-ignore "$F" | grep -q " export-ignore: set") ; then
2525 continue
2626 fi
2727 if grep -q "^$F" data/deleted.files; then
You can’t perform that action at this time.
0 commit comments