mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-05-03 05:20:32 +00:00
99a993219e
* docs: remove HTML comments causing banner gap to show Turns out the HTML comments get rendered, which causes an unsightly bar to show up where the banner is even when not nightly. * add comments back but use jinja comments See: https://tedboy.github.io/jinja2/templ5.html * add more context
54 lines
566 B
Plaintext
54 lines
566 B
Plaintext
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
/target/
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
# Logging
|
|
*.log
|
|
|
|
# Flamegraph stuff
|
|
flamegraphs/
|
|
rust-unmangle
|
|
./*.svg
|
|
flamegraph.svg
|
|
*.data
|
|
*.data.old
|
|
|
|
# IntelliJ
|
|
.idea/
|
|
|
|
# Heaptrack files
|
|
*.zst
|
|
|
|
# For testing
|
|
sample_configs/testing*.toml
|
|
|
|
# Cargo-deny
|
|
deny.toml
|
|
|
|
# Editors
|
|
.vscode
|
|
.zed
|
|
.idea
|
|
|
|
# mkdocs
|
|
site/
|
|
|
|
# dhat heap profiling
|
|
dhat-heap.json
|
|
dhat/
|
|
|
|
# cargo vet
|
|
supply-chain/
|
|
|
|
# samply profiling
|
|
profile.json
|
|
profile.json.gz
|
|
|
|
**/venv/
|
|
|
|
# Sometimes used for scripts
|
|
.ruff_cache
|