.prettierignore 209 B

123456789101112131415
  1. # Ignore everything
  2. /*
  3. # Except these files & folders
  4. !/src
  5. !index.html
  6. !package.json
  7. !tsconfig.json
  8. !tsconfig.node.json
  9. !vite.config.ts
  10. !.prettierrc
  11. !README.md
  12. !CHANGELOG.md
  13. !.eslintrc.cjs
  14. !postcss.config.js