.dockerignore 147 B

123456
  1. # Put files and paths here that shouldn't get into Docker
  2. npm-debug.log*
  3. # list of files that shouldn't be copied into the container
  4. node_modules