skypilot-org/skypilot
Ver no GitHub.skyignore file does not respect negate [!]
Open
#8.812 aberto em 7 de fev. de 2026
good first issuegood starter issues
Métricas do repositório
- Stars
- (4.859 stars)
- Métricas de merge de PR
- (Mesclagem média 2d 23h) (146 fundiu PRs em 30d)
Description
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!