5a19c33a创建于 2022年6月5日历史提交
{
  "version": "0.2",
  "language": "en",
  "ignorePaths": [
    "node_modules/*",
    "website/node_modules/*",
    "dist/*",
    "types.d.ts",
    "coverage/*",
    "**.js",
    "**.snap",
    "**LICENSE",
    "**/package.json",
    "**/renovate.json",
    "website/build/*",
    "website/static/*",
    "website/src/css/*"
  ],
  "dictionaries": ["tailwind", "project", "react-native"],
  "dictionaryDefinitions": [
    {
      "name": "tailwind",
      "path": "./.cspell/tailwind.txt"
    },
    {
      "name": "project",
      "path": "./.cspell/project.txt"
    },
    {
      "name": "react-native",
      "path": "./.cspell/react-native.txt"
    }
  ]
}