Skip to content

Commit

Permalink
chore(root): add migrations folder to ignore path for cspell
Browse files Browse the repository at this point in the history
  • Loading branch information
tszhong0411 committed Sep 16, 2024
1 parent a8c6704 commit 5e870f7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,12 @@
"**/.*.{js,cjs,mjs,jsx,ts,cts,mts,tsx,md,mdx,json,yml,yaml,svg,webmanifest}",
".*/**/*.{js,cjs,mjs,jsx,ts,cts,mts,tsx,md,mdx,json,yml,yaml,svg,webmanifest}"
],
"ignorePaths": ["pnpm-lock.yaml", "CHANGELOG.md", ".pnpm-store/"],
"ignorePaths": [
"pnpm-lock.yaml",
"CHANGELOG.md",
".pnpm-store/",
"packages/db/src/migrations/**"
],
"import": [
"@cspell/dict-software-terms",
"@cspell/dict-npm",
Expand Down

0 comments on commit 5e870f7

Please sign in to comment.