mirror of
https://github.com/ClementTsang/bottom.git
synced 2024-11-10 10:15:04 +03:00
df13859ef2
Removes the .vscode folder.
34 lines
348 B
Plaintext
34 lines
348 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
|
|
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
|