.gitignore 496 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. # misc
  11. .DS_Store
  12. .env
  13. .env.local
  14. .env.development.local
  15. .env.test.local
  16. .env.production.local
  17. npm-debug.log*
  18. yarn-debug.log*
  19. yarn-error.log*
  20. fmInfo.json
  21. screenshots
  22. accounts/*
  23. # #############################
  24. # #############################
  25. # #############################
  26. # #############################
  27. report*.json