skypilot-org/skypilot

.skyignore file does not respect negate [!]

Open

Aperta il 7 feb 2026

Vedi su GitHub
 (1 commento) (0 reazioni) (1 assegnatario)Python (4859 star) (311 fork)batch import
good first issuegood starter issues

Descrizione

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!

Guida contributor