github.com/grafana/pyroscope@v1.18.0/.gitignore (about) 1 # Binaries for programs and plugins 2 /phlare 3 /pyroscope 4 /profilecli 5 /playground 6 # Test binary, built with `go test -c` 7 *.test 8 # Output of the go coverage tool, specifically when used with LiteIDE 9 *.out 10 # Debug binaries 11 __debug_bin* 12 13 /cmd/phlare/data 14 /cmd/pyroscope/data 15 pyroscope-sync/ 16 data/ 17 data-shared/ 18 data-compactor/ 19 data-metastore/ 20 .DS_Store 21 **/dist 22 23 # IDE 24 .idea 25 .vscode 26 .zed 27 pyroscope.sln 28 .cursor/* 29 !.cursor/rules/ 30 31 # Frontend 32 public/build 33 cypress/screenshots 34 .eslintcache 35 node_modules 36 /grafana/flamegraph/coverage/ 37 # Yarn 38 **/.yarn/* 39 !**/.yarn/patches 40 !**/.yarn/releases 41 !**/.yarn/plugins 42 !**/.yarn/sdks 43 !**/.yarn/versions 44 .pnp.* 45 yarn-error.log 46 47 # Contains the docker image digest for pyroscope 48 /.docker-image-digest-pyroscope 49 # Contains the docker image digest for frontend 50 /.docker-image-digest-frontend 51 # Contains the docker image name for pyroscope 52 /.docker-image-name-pyroscope 53 54 /.tmp 55 tools/k6/.env