.dockerignore 160 B

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