github.com/thanos-io/thanos@v0.32.5/.dockerignore (about)

     1  /prometheus
     2  /thanos
     3  /vendor/
     4  /mixin/vendor/
     5  node_modules/
     6  
     7  # Ignore minikube setup working dirs.
     8  kube/bin
     9  kube/.kube
    10  kube/.minikube
    11  
    12  # Ignore e2e working dirs.
    13  data/
    14  test/e2e/e2e_integration_test*
    15  
    16  # Ignore promu artifacts.
    17  /.release
    18  /.tarballs
    19  
    20  /.idea
    21  /*.iml
    22  
    23  website/public/
    24  website/docs-pre-processed/
    25  !website/data
    26  
    27  # React build assets
    28  pkg/ui/static/react
    29  
    30  tmp/