.prettierignore 282 B

123456789101112131415161718
  1. # Ignore everything
  2. /*
  3. # Except these files & folders
  4. !/src
  5. !index.html
  6. !package.json
  7. !tailwind.config.js
  8. !tsconfig.json
  9. !tsconfig.node.json
  10. !vite.config.ts
  11. !.prettierrc
  12. !README.md
  13. !eslint.config.js
  14. !postcss.config.js
  15. # Ignore auto generated routeTree.gen.ts
  16. /src/routeTree.gen.ts