sigs.k8s.io/cluster-api-provider-azure@v1.14.3/.dockerignore (about)

     1  # Ignore everything
     2  **
     3  
     4  # Allow only these
     5  !/api/**
     6  !/azure/**
     7  !/controllers/**
     8  !/exp/**
     9  !/feature/**
    10  !/pkg/**
    11  !/version/**
    12  !/util/**
    13  !/main.go
    14  !/go.mod
    15  !/go.sum