.prettierignore 150 B

123456789101112131415161718
  1. # OS
  2. .DS_Store
  3. .idea
  4. pnpm-lock.yaml
  5. # Ignored suffix
  6. *.log
  7. *.svg
  8. *.png
  9. *ignore
  10. *cache
  11. # Built-files
  12. dist
  13. # Other
  14. src/icons/fonts
  15. src/icons/**/*.css