.gitignore 427 B

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