.gitignore 456 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. # store
  9. games
  10. # production
  11. /build
  12. dist
  13. /public/config.json
  14. /public/setup.js
  15. /public/extra
  16. # misc
  17. .DS_Store
  18. .env
  19. .env.local
  20. .env.development
  21. .env.development.local
  22. .env.test.local
  23. .env.production.local
  24. npm-debug.log*
  25. yarn-debug.log*
  26. yarn-error.log*
  27. .cache
  28. cypress/videos
  29. archives/
  30. ricochet.json