CSpell: do not check files that are created by a GitLab CI job
I was testing a merge request for the contrib Seven theme, for which I set the composer job to require Drupal 9.5.11.
The cspell job checked the get-file-via-curl.sh file, which is created by another GitLab CI job.
/builds/project/seven/get-file-via-curl.sh:15:28 - Unknown word (DRUPALORG) -- Executing curl -OLf $DRUPALORG_CI_SERVER_URL/$_CURL
Suggestions: [drupalget, drupalism, drupal's, drupalci, drupalin]
DRUPALORG is not a word in the Drupal 9 CSpell dictionary; it has been added only on the Drupal 10 dictionary.
The get-file-via-curl.sh file should not have been checked, though.