skypilot-org/skypilot

.skyignore file does not respect negate [!]

Open

#8.812 geöffnet am 7. Feb. 2026

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (1 zugewiesene Person)Python (311 Forks)batch import
good first issuegood starter issues

Repository-Metriken

Stars
 (4.859 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 2T 23h) (146 gemergte PRs in 30 T)

Beschreibung

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!

Contributor Guide