.gitignore 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. # Created by .ignore support plugin (hsz.mobi)
  2. # Firebase
  3. .firebase
  4. ### Node template
  5. # Logs
  6. logs
  7. *.log
  8. npm-debug.log*
  9. yarn-debug.log*
  10. yarn-error.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. # nyc test coverage
  21. .nyc_output
  22. # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
  23. .grunt
  24. # Bower dependency directory (https://bower.io/)
  25. bower_components
  26. # node-waf configuration
  27. .lock-wscript
  28. # Compiled binary addons (https://nodejs.org/api/addons.html)
  29. build/Release
  30. # Dependency directories
  31. node_modules/
  32. jspm_packages/
  33. # TypeScript v1 declaration files
  34. typings/
  35. # Optional npm cache directory
  36. .npm
  37. # Optional eslint cache
  38. .eslintcache
  39. # Optional REPL history
  40. .node_repl_history
  41. # Output of 'npm pack'
  42. *.tgz
  43. # Yarn Integrity file
  44. .yarn-integrity
  45. # dotenv environment variables file
  46. .env
  47. # parcel-bundler cache (https://parceljs.org/)
  48. .cache
  49. # next.js build output
  50. .next
  51. # nuxt.js build output
  52. .nuxt
  53. # Nuxt generate
  54. dist
  55. # vuepress build output
  56. .vuepress/dist
  57. # Serverless directories
  58. .serverless
  59. # IDE / Editor
  60. .idea
  61. # Service worker
  62. sw.*
  63. # Mac OSX
  64. .DS_Store
  65. # Vim swap files
  66. *.swp
  67. # Build data
  68. .hoppscotch
  69. # File explorer
  70. .directory
  71. # Tests screenshots
  72. tests/*/screenshots
  73. # Tests videos
  74. tests/*/videos
  75. # Local Netlify folder
  76. .netlify
  77. # Andrew's crazy Volar shim generator
  78. shims-volar.d.ts
  79. # Hoppscotch Backend Schema Introspection JSON
  80. helpers/backend/backend-schema.json
  81. # GraphQL Type Generation
  82. helpers/backend/graphql.ts