Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
exclude snapshots from cspell
Browse files Browse the repository at this point in the history
  • Loading branch information
tjjfvi committed Oct 23, 2022
1 parent 37c852f commit e98d6a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"Cargo.lock",
"deno.lock",
"frame_metadata/raw_erc20_metadata.json",
"target"
"target",
"**/__snapshots__/*.snap"
]
}

0 comments on commit e98d6a0

Please sign in to comment.