.prettierignore 236 B

123456789101112131415161718
  1. **/.changeset
  2. **/.git
  3. **/.github
  4. **/node_modules
  5. **/projects
  6. **/docs
  7. **/tsconfig.*.json
  8. **/tsconfig.json
  9. template/**/*.njk
  10. template/**/*.json
  11. template/**/*.yaml
  12. template/**/.gitignore
  13. .prettierrc
  14. package.json
  15. pnpm-lock.yaml
  16. README.md