.prettierignore 160 B

12345678910111213
  1. .DS_Store
  2. node_modules
  3. /build
  4. /.svelte-kit
  5. /package
  6. .env
  7. .env.*
  8. !.env.example
  9. # Ignore files for PNPM, NPM and YARN
  10. pnpm-lock.yaml
  11. package-lock.json
  12. yarn.lock