RobotHub-TransportServer / .dockerignore
blanchon's picture
Update
8344c24
**/static-frontend/
**/node_modules/
**/.npm
**/npm-debug.log*
**/yarn-debug.log*
**/yarn-error.log*
**/.pnpm-debug.log*
**/.bun
**/dist/
**/build/
**/.next/
**/.svelte-kit/
**/.env
**/.env.local
**/.env.development.local
**/.env.test.local
**/.env.production.local
**/__pycache__/
**/*.py[cod]
**/*.so
**/.Python
**/develop-eggs/
**/downloads/
**/eggs/
**/.eggs/
**/parts/
**/sdist/
**/var/
**/wheels/
**/*.egg-info/
**/.installed.cfg
**/*.egg
**/MANIFEST
**/.venv/
**/venv/
**/ENV/
**/env/
**/.vscode/
**/.idea/
**/*.swp
**/*.swo
**/*~
**/.DS_Store
**/Thumbs.db
**/.git/
**/.gitignore
**/Dockerfile*
**/docker-compose*
**/.dockerignore
**/logs/
**/*.log
**/server.log
**/.cache/
**/tmp/
**/.tmp/
**/.pytest_cache/
**/.mypy_cache/
**/test*/
**/tests/
**/*test.py
**/*_test.py
**/yarn.lock
**/package-lock.json
**/poetry.lock
**/Pipfile.lock
**/README.md
**/CHANGELOG.md
**/docs/
**/.github/
**/.gitlab-ci.yml
# Force include demo source lib (contains UI components & settings)
!demo/src/lib/**