.gitignore 802 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. # Logs
  2. logs
  3. *.log
  4. npm-debug.log*
  5. # Runtime data
  6. pids
  7. *.pid
  8. *.seed
  9. # Directory for instrumented libs generated by jscoverage/JSCover
  10. lib-cov
  11. # Coverage directory used by tools like istanbul
  12. coverage
  13. # nyc test coverage
  14. .nyc_output
  15. # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
  16. .grunt
  17. # node-waf configuration
  18. .lock-wscript
  19. # Compiled binary addons (http://nodejs.org/api/addons.html)
  20. build/Release
  21. # Dependency directories
  22. node_modules
  23. jspm_packages
  24. # Optional npm cache directory
  25. .npm
  26. # yarn cache directory
  27. .pnp.*
  28. .yarn/*
  29. !.yarn/patches
  30. !.yarn/plugins
  31. !.yarn/releases
  32. !.yarn/sdks
  33. !.yarn/versions
  34. # Optional REPL history
  35. .node_repl_history
  36. .vscode
  37. .DS_Store
  38. /dist
  39. /dist_keycloak
  40. /build
  41. /storybook-static
  42. # build output of `jsx-email`
  43. /.rendered