/ .prettierignore
.prettierignore
1 # Logs 2 logs 3 *.log 4 npm-debug.log* 5 yarn-debug.log* 6 yarn-error.log* 7 pnpm-debug.log* 8 lerna-debug.log* 9 10 node_modules 11 pnpm-lock.yaml 12 .output 13 stats.html 14 .wxt 15 web-ext.config.ts 16 17 # caches 18 .cspellcache 19 *.tsbuildinfo 20 21 # autogenerated 22 /docs/release-notes 23 24 # patches 25 /packages/@nextui-org 26 27 # biome + dprint 28 **/*.ts 29 **/*.tsx 30 **/*.cts 31 **/*.mts 32 **/*.js 33 **/*.jsx 34 **/*.cjs 35 **/*.mjs 36 **/*.json 37 **/*.jsonc 38 **/*.json5 39 **/*.md 40 **/*.toml