skypilot-org/skypilot

.skyignore file does not respect negate [!]

Open

#8,812 建立於 2026年2月7日

在 GitHub 查看
 (1 留言) (0 反應) (1 負責人)Python (4,859 star) (311 fork)batch import
good first issuegood starter issues

描述

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!

貢獻者指南