github.com/siglens/siglens@v0.0.0-20240328180423-f7ce9ae441ed/.dockerignore (about) 1 # Binaries for programs and plugins 2 *.exe 3 *.exe~ 4 *.dll 5 *.so 6 *.dylib 7 8 # Test binary, built with `go test -c` 9 *.test 10 11 # Output of the go coverage tool, specifically when used with LiteIDE 12 *.data 13 14 # Dependency directories (remove the comment below to include it) 15 # vendor/ 16 17 # vs code 18 .vscode/* 19 20 # log files 21 *.log 22 23 # default data dir 24 data/* 25 26 # segfiles/metafiles/blooms/range/suffix files 27 *segmeta.json 28 *.bsg 29 *.sbi 30 *.csv 31 *.sri 32 *.bri 33 *.suffix 34 *.bsu 35 *.bbi 36 *.cm 37 *.cfi 38 *.csg 39 *.cmi 40 41 #Mac 42 *.DS_Store 43 44 # perf testing results 45 rawsearch_cpu 46 rawsearch_mem 47 *.out 48 49 # licensing file 50 abc.txt 51 52 # mappings 53 data/* 54 55 # test mappings 56 pkg/server/data/common/vtabledata/virtualtablenames.txt 57 58 # profile results 59 *.pprof 60 61 .git/*