.dockerignore 113 B

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