.gitignore 355 B

1234567891011121314151617181920212223242526272829303132333435
  1. # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
  2. # dependencies
  3. node_modules
  4. .pnp
  5. .pnp.js
  6. # testing
  7. /coverage
  8. # next.js
  9. .next/
  10. out/
  11. # graphql-codegen
  12. gql/index.tsx
  13. # production
  14. build
  15. dist
  16. # misc
  17. .DS_Store
  18. .env*
  19. # debug
  20. npm-debug.log*
  21. yarn-debug.log*
  22. yarn-error.log*
  23. # media
  24. media/
  25. # database backup
  26. dbBackup/