github.com/solo-io/cue@v0.4.7/.dockerignore (about)

     1  *
     2  */
     3  
     4  # not ignore go and cue files
     5  !cmd/
     6  !cue/
     7  !cuego/
     8  !encoding/
     9  !internal/
    10  !pkg/
    11  !tools/
    12  
    13  # not ignore go module files
    14  !go.mod
    15  !go.sum