github.com/shoshinnikita/budget-manager@v0.7.1-0.20220131195411-8c46ff1c6778/.dockerignore (about)

     1  # Ignore all
     2  *
     3  
     4  # Except dirs
     5  !/cmd/*
     6  !/internal/*
     7  !/static/*
     8  !/templates/*
     9  !/vendor/*
    10  
    11  # Except files
    12  !go.mod
    13  !go.sum