.prettierignore 221 B

1234567891011121314151617
  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. README.md