diff --git a/devTools/check_trailing_whitespaces.sh b/devTools/check_trailing_whitespaces.sh index f6899c02a..d154f7e5c 100755 --- a/devTools/check_trailing_whitespaces.sh +++ b/devTools/check_trailing_whitespaces.sh @@ -29,6 +29,7 @@ files_with_trailing_whitespaces=$( -not -name "*.cache" \ -not -name "*.log" \ -not -path "./.composer/*" \ + -not -path "./.box_dump/*" \ -not -path "./build/*" \ -not -path "./.git/*" \ -not -path "./vendor/*" \