Skyvern/.dockerignore
Shuchang Zheng 9d32249d4c
Some checks are pending
Run tests and pre-commit / test (push) Waiting to run
Run tests and pre-commit / fe-lint-build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run
Sync to skyvern-cloud / sync (push) Waiting to run
fix dockerignore so that it won't exclude skyvern/client/artifacts in the build (#2456)
2025-05-25 19:46:56 -07:00

27 lines
No EOL
317 B
Text

**/videos
**/artifacts
!skyvern/client/artifacts
**/traces
**/inputs
**/har
**/.git
**/.github
**/.mypy_cache
**/.venv
**/.vscode
*.env*
# Streamlit ignores
**/secrets*.toml
# Skyvern
docs
images
# Front
skyvern-frontend/.env*
skyvern-frontend/dist
skyvern-frontend/node_modules
.dockerignore
.gitignore
Dockerfile