Skip to content

Commit

Permalink
cSpell config: also ignore .git file (for worktrees)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhusung committed Apr 20, 2024
1 parent 82e4531 commit 4a5a7b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"ignorePaths": [
"/.cache/",
"/.cspellcache",
"/.git/",
"/.git",
"/.project-words.txt",
"/build/",
"/doc/book/book/",
Expand Down

0 comments on commit 4a5a7b8

Please sign in to comment.