.gitignore 459 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. lib-cov
  2. *.seed
  3. *.log
  4. *.csv
  5. *.dat
  6. *.out
  7. *.pid
  8. *.gz
  9. *.swp
  10. pids
  11. logs
  12. results
  13. tmp
  14. coverage
  15. # API keys
  16. .env
  17. # Dependency directory
  18. node_modules
  19. # Editors
  20. .idea
  21. *.iml
  22. # OS metadata
  23. .DS_Store
  24. Thumbs.db
  25. *.http
  26. .vscode
  27. # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
  28. # dependencies
  29. client/node_modules
  30. /.pnp
  31. .pnp.js
  32. # testing
  33. /coverage
  34. # misc
  35. .DS_Store
  36. npm-debug.log*
  37. yarn-debug.log*
  38. yarn-error.log*
  39. stripe.conf.js