Skip to content

Commit 8b5a432

Browse files
committed
chore: ignore spell checking for snapshots
1 parent a1db5bb commit 8b5a432

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.cspell.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
"package-lock.json",
7777
"node_modules",
7878
"coverage",
79-
"*.log"
79+
"*.log",
80+
"*-snapshots"
8081
]
8182
}

0 commit comments

Comments
 (0)