.prettierignore 365 B

12345678910111213141516171819202122232425262728293031323334
  1. **/*.png
  2. **/*.svg
  3. *.yaml
  4. CODEOWNERS
  5. .dockerignore
  6. Dockerfile.ui-test
  7. package.json
  8. AUTHORS.txt
  9. lib/
  10. es/
  11. dist/
  12. build/
  13. public/
  14. coverage/
  15. CNAME
  16. LICENSE
  17. yarn.lock
  18. netlify.toml
  19. yarn-error.log
  20. .DS_Store
  21. .editorconfig
  22. .eslintignore
  23. .history
  24. .bablerc
  25. .eslintrc.json
  26. **/*.yml
  27. **/.gitkeep
  28. .stylelintignore
  29. .temp-cache/
  30. analyzer/
  31. node_modules/
  32. pnpm-lock.yaml
  33. lidao-wms
  34. .vscode/