.gitignore 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. # Logs
  2. logs
  3. *.log
  4. npm-debug.log*
  5. yarn-debug.log*
  6. yarn-error.log*
  7. lerna-debug.log*
  8. mintingAndBurning.log
  9. mintingAndBurning.json
  10. !unknownSources.log
  11. # Runtime data
  12. pids
  13. *.pid
  14. *.seed
  15. *.pid.lock
  16. # Directory for instrumented libs generated by jscoverage/JSCover
  17. lib-cov
  18. # Coverage directory used by tools like istanbul
  19. .coverage
  20. .jest-cache
  21. # nyc test coverage
  22. .nyc_output
  23. # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
  24. .grunt
  25. # Bower dependency directory (https://bower.io/)
  26. bower_components
  27. # node-waf configuration
  28. .lock-wscript
  29. # Compiled binary addons (http://nodejs.org/api/addons.html)
  30. build/Release
  31. # Dependency directories
  32. node_modules/
  33. jspm_packages/
  34. # Typescript v1 declaration files
  35. typings/
  36. # Optional npm cache directory
  37. .npm
  38. # Optional eslint cache
  39. .eslintcache
  40. # Optional REPL history
  41. .node_repl_history
  42. # Output of 'npm pack'
  43. *.tgz
  44. # cache and distribution folders
  45. .parcel-cache
  46. .cache/
  47. .now
  48. dist/
  49. storybook-static
  50. # Mac files
  51. .DS_Store
  52. # Yarn
  53. yarn-error.log
  54. .pnp/
  55. .pnp.js
  56. .yarn
  57. .yarnrc.yml
  58. # Yarn Integrity file
  59. .yarn-integrity
  60. # vscode/extensions
  61. .history
  62. # JetBrains
  63. .idea
  64. sprites/*/**
  65. sprites/*
  66. frames/*
  67. **.mp4
  68. src/*.js
  69. .env