Skip to content
Snippets Groups Projects
.sourceignore 172 B
Newer Older
  • Learn to ignore specific revisions
  • Varac's avatar
    Varac committed
    # Flux ignore
    # https://toolkit.fluxcd.io/components/source/gitrepositories/#excluding-files
    
    # Exclude all
    /*
    
    # Include manifest and chart directories
    !/flux2/
    !/charts/