Skip to content

Commit

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

0 comments on commit 3d67c8f

Please sign in to comment.