skypilot-org/skypilot

.skyignore file does not respect negate [!]

开放

#8,812 创建于 2026年2月7日

 (1 条评论) (0 个反应) (1 位负责人)Python (311 个派生)batch import
good first issuegood starter issues

仓库指标

星标
 (4,859 个星标)
PR 合并指标
 (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!

贡献者指南