github.com/thanos-io/thanos@v0.32.5/.gitignore (about) 1 .envrc 2 3 /prometheus 4 /thanos 5 /vendor/ 6 /mixin/vendor/ 7 8 # Ignore minikube setup working dirs. 9 kube/bin 10 kube/.kube 11 kube/.minikube 12 13 # Ignore mdox cache file 14 .mdoxcache 15 16 # Ignore e2e working dirs. 17 /data/ 18 test/e2e/e2e_* 19 scripts/data/ 20 21 # Ignore benchmarks dir. 22 benchmarks/ 23 24 # Ignore promu artifacts. 25 /.build 26 /.release 27 /.tarballs 28 29 /.idea 30 /*.iml 31 32 website/public/ 33 website/docs-pre-processed/ 34 !website/data 35 36 # React build assets 37 pkg/ui/static/react 38 39 tmp/bin 40 examples/tmp/ 41 42 # Ignore the MacOS Trash (DS-Store) 43 .DS_Store 44 45 # Ignore generated Cortex files 46 internal/cortex/querier/active-query-tracker