.dockerignore 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. Dockerfile
  2. .vscode
  3. .github
  4. # Created by .ignore support plugin (hsz.mobi)
  5. ### Node template
  6. # Logs
  7. logs
  8. *.log
  9. npm-debug.log*
  10. yarn-debug.log*
  11. yarn-error.log*
  12. # Runtime data
  13. pids
  14. *.pid
  15. *.seed
  16. *.pid.lock
  17. # Directory for instrumented libs generated by jscoverage/JSCover
  18. lib-cov
  19. # Coverage directory used by tools like istanbul
  20. coverage
  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 (https://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. # Yarn Integrity file
  45. .yarn-integrity
  46. # dotenv environment variables file
  47. .env
  48. # parcel-bundler cache (https://parceljs.org/)
  49. .cache
  50. # next.js build output
  51. .next
  52. # nuxt.js build output
  53. .nuxt
  54. # Nuxt generate
  55. dist
  56. # vuepress build output
  57. .vuepress/dist
  58. # Serverless directories
  59. .serverless
  60. # IDE / Editor
  61. .idea
  62. # Service worker
  63. sw.*
  64. # Mac OSX
  65. .DS_Store
  66. # Vim swap files
  67. *.swp
  68. # Postwoman build data
  69. .postwoman
  70. # File explorer
  71. .directory