.gitignore 321 B

12345678910111213141516171819202122232425262728293031
  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. # misc
  16. .DS_Store
  17. .env*
  18. # debug
  19. npm-debug.log*
  20. yarn-debug.log*
  21. yarn-error.log*
  22. # media
  23. media/