github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/.gitignore (about) 1 tmp 2 node_modules 3 /webapp/public 4 /bin 5 /third_party/*/lib*.a 6 /third_party/*/target 7 /third_party/phpspy_src 8 .DS_Store 9 /Icon* 10 /out/ 11 /scripts/packages/ 12 .eslintcache 13 *.pyc 14 *.internal 15 *.syso 16 *.exe 17 .idea 18 .vscode 19 vendor/ 20 benchmark/.env 21 benchmark/report 22 benchmark/fixtures 23 /.env 24 # diff output is stored per test 25 cypress/snapshots/**/__diff_output__ 26 cypress/videos 27 cypress/screenshots 28 coverage 29 # this file may contain sensitive credentials 30 pkg/server/testdata/oauth-config.yml 31 dist