mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-10 14:44:18 +00:00
06071d5abf
A large migration of documentation over to mkdocs, and some rewrites. Some stuff (install information, basic supported systems, contributors, thanks) are still staying in README.md, and CONTRIBUTING.md is essentially duplicated right now. However, stuff like configuration and key/mouse bindings are now moved to mkdocs. Some parts are still a bit WIP - it is definitely not done (documentation never seems to be...). However, it should be "good enough" for now, and I'm much happier working with the documentation in this form than trying to scroll through a giant endless README.md file. It also works much better for adding new documentation.
36 lines
364 B
Text
36 lines
364 B
Text
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
/target/
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
# Logging
|
|
*.log
|
|
|
|
# Flamegraph stuff
|
|
rust-unmangle
|
|
*.svg
|
|
*.data
|
|
*.data.old
|
|
|
|
# IntelliJ
|
|
.idea/
|
|
|
|
# Heaptrack files
|
|
*.zst
|
|
|
|
# For testing
|
|
sample_configs/testing.toml
|
|
|
|
# Wix
|
|
/wix/
|
|
|
|
# Cargo-deny
|
|
deny.toml
|
|
|
|
# vscode
|
|
.vscode
|
|
|
|
# mkdocs
|
|
site/
|