cspell: ignore commonly ignored paths by default
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3426392. --> Reported by: [fjgarlin](https://www.drupal.org/user/2495842) Related to !150 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Suggested here <span class="drupalorg-gitlab-issue-link project-issue-status-info project-issue-status-7"><a href="https://www.drupal.org/project/gitlab_templates/issues/3405955" title="Status: Closed (fixed)">#3405955: Add job for CSPELL in contrib pipeline</a></span>. </p> <p>Some files, like the <code>composer.json</code> file, contain usernames that are reported by <code>cspell</code>, so we should ignore them by default.</p> <p>Core does that already: <a href="https://git.drupalcode.org/project/drupal/-/blob/11.x/core/.cspell.json?ref_type=heads#L6-41">https://git.drupalcode.org/project/drupal/-/blob/11.x/core/.cspell.json?ref_type=heads#L6-41</a></p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <p>If you have your username in the composer.json file in the list of maintainers, and it is not a known word (eg: fjgarlin), the cspell job will report it.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Add a few sensible defaults to be ignored.</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <p>MR</p> > Related issue: [Issue #3405955](https://www.drupal.org/node/3405955)
issue