Skip to content

Commit

Permalink
chore: Ignore spellcheck on dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlydog committed Apr 9, 2024
1 parent 8817c87 commit 79a3077
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
{
"version": "0.2",
"language": "en",
"ignorePaths": [],
"ignorePaths": [
".gitattributes",
".gitignore"
],
"words": [
"colours",
"gifs",
Expand Down

0 comments on commit 79a3077

Please sign in to comment.