* Skip the out/ directory produced by yarn tron:package * Skip all dist/ dirs Produced when building rollup packages like codemirror-lang-kcl. * Skip typescript build info * Fix typo instead of excluding file --------- Co-authored-by: Matt Mundell <matt@mundell.me>
4 lines
278 B
Plaintext
4 lines
278 B
Plaintext
[codespell]
|
|
ignore-words-list: crate,everytime,inout,co-ordinate,ot,nwo,atleast,ue,afterall
|
|
skip: **/target,node_modules,build,dist,./out,**/Cargo.lock,./docs/kcl/*.md,.yarn.lock,**/yarn.lock,./openapi/*.json,./packages/codemirror-lang-kcl/test/all.test.ts,tsconfig.tsbuildinfo
|