jj/.gitignore
Waleed Khan 6f15a27079 perf: add chrome tracing layer
This generates profiles in the Google Chrome JSON tracing format. They can be opened in Chrome's `chrome://tracing` page or in tools like https://ui.perfetto.dev. Enable by running e.g. `JJ_TRACE=1 cargo run -- status`.
2023-07-10 23:23:53 +03:00

14 lines
219 B
Plaintext

/target/
.direnv
.envrc
# generated by nix build, nix-build
result
# generated by the insta crate
*.pending-snap
# Editor specific ignores
.idea
# Generated by setting `JJ_TRACE` environment variable.
jj-trace-*.json