bottom/.gitignore
Clement Tsang cce835b752
Run cargo wix init (#1468)
* ci: run cargo wix init

* remove wix init call
2024-05-11 21:18:09 -04:00

46 lines
478 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
*.data
*.data.old
# IntelliJ
.idea/
# Heaptrack files
*.zst
# For testing
sample_configs/testing*.toml
# Cargo-deny
deny.toml
# vscode
.vscode
# mkdocs
site/
# dhat heap profiling
dhat-heap.json
dhat/
# cargo vet
supply-chain/
# samply profiling
profile.json
**/venv/