.dockerignore 139 B

1234567891011121314
  1. node_modules
  2. npm-debug.log
  3. Dockerfile*
  4. docker-compose*
  5. .dockerignore
  6. .git
  7. .gitignore
  8. .env
  9. */bin
  10. */obj
  11. README.md
  12. LICENSE
  13. .vscode
  14. __pycache__