.dockerignore 107 B

12345
  1. # Skip some content to avoid blowing up images with unneeded data.
  2. .yarn/cache
  3. node_modules
  4. log/*.log
  5. tmp/