.prettierignore 126 B

123456789
  1. # add files you wish to ignore here
  2. **/*.md
  3. **/*.svg
  4. **/*.html
  5. **/test.ts
  6. node_modules/
  7. coverage/
  8. dist/
  9. package.json