You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
160 B

  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