...

Text file src/cuelang.org/go/.dockerignore

Documentation: cuelang.org/go

     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

View as plain text