.prettierignore 113 B

1234567891011
  1. /out/*
  2. /dist/*
  3. .local
  4. .output.js
  5. /node_modules/**
  6. tsconfig.json
  7. tsconfig.*.json
  8. components.d.ts
  9. **/*.svg
  10. **/*.sh