Netflix / flamescope

FlameScope is a visualization tool for exploring different time ranges as Flame Graphs.
Apache License 2.0
3k stars 168 forks source link

gitignore app/ files #38

Closed ceeaspb closed 6 years ago

ceeaspb commented 6 years ago
$ git status
...
#   modified:   app/public/main.js

should this be in .gitignore?

spiermar commented 6 years ago

We discussed this before releasing. Distributing the JS bundle allows users to get up and running quickly, without having to install all JS dependencies and building the client. There are a few downsides to it, but we can get around them with some automation. We might revisit this once we start publishing a Docker image.