Skip to content

Commit

Permalink
chore: update ignorePaths in .cspell.json (#1114)
Browse files Browse the repository at this point in the history
  • Loading branch information
ersachin3112 authored Jan 20, 2023
1 parent 17901e3 commit 773d2b8
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 @@ -25,6 +25,9 @@
"dist/**",
"**/__snapshots__/**",
"package-lock.json",
"*.sass"
"*.sass",
"node_modules",
"coverage",
"*.log"
]
}

0 comments on commit 773d2b8

Please sign in to comment.