.dockerignore 57 B

1234567
  1. node_modules/
  2. .next/
  3. .git/
  4. .env
  5. .env.local
  6. *.log
  7. vendor/