good first issuegood starter issues
倉庫指標
- Star
- (4,859 star)
- PR 合併指標
- (平均合併 2天 23小時) (30 天內合併 146 個 PR)
描述
Hey guys! As title states, I have a reproducible example where .skyignore file looks like this
# ignore all json
*.json
# but keep this one
!config.json
When launching the cluster, I sshed onto the node and can confirm the config.json didn't get uploaded into sky_workdir
I'm using version 0.11.1 and k8 infra.
Thank you!