From dbdeb16984a9c450bb71c8b21f0fcea74d05ad99 Mon Sep 17 00:00:00 2001 From: Daniel Lee Date: Wed, 11 Dec 2024 21:34:54 +0000 Subject: [PATCH] Update cspell to ignore abi --- cspell.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cspell.json b/cspell.json index e084de5..ee39e34 100644 --- a/cspell.json +++ b/cspell.json @@ -28,5 +28,5 @@ "ignoreRegExpList": [ "error_codes" ], - "ignorePaths": ["aptos-core", "stablecoin-aptos", "evm-cctp-contracts"] + "ignorePaths": ["aptos-core", "stablecoin-aptos", "evm-cctp-contracts", "typescript/example/abi"] }