.dockerignore 136 B

123456789101112131415
  1. *
  2. !.git/config
  3. !.git/HEAD
  4. !.git/refs/
  5. !types/
  6. !backend/
  7. !frontend/
  8. */node_modules/
  9. */Dockerfile
  10. */build/
  11. backend/config/local*.json