Skip to content

Commit

Permalink
Update .gitignore (#2153)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonswine authored Jul 21, 2023
1 parent 1b443ac commit c554f61
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# Binaries for programs and plugins
bin
/phlare
/pyroscope
/profilecli
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out

/cmd/phlare/data
/cmd/pyroscope/data
pyroscope-sync/
data/
.DS_Store
Expand All @@ -33,5 +35,7 @@ node_modules
.pnp.*
yarn-error.log

# Contains the docker image id for phlare
/.docker-image-id-phlare
# Contains the docker image id for pyroscope
/.docker-image-id-pyroscope

/.tmp

0 comments on commit c554f61

Please sign in to comment.