git-next/.gitignore
Paul Campbell c9d853797e
All checks were successful
Rust / build (map[name:nightly]) (push) Successful in 5m40s
Rust / build (map[name:stable]) (push) Successful in 7m57s
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
Release Please / Release-plz (push) Successful in 2m42s
build: ignore mutation output
2024-11-15 18:07:22 +00:00

31 lines
600 B
Text

# git-next ui logs
.local/
# ---> Rust
# Generated by Cargo
# will have compiled files and executables
debug/
target/
# cargo-bin-run cache
.bin
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
# Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
# git-next runtime files
git-next-server.toml
data/
.git-next.toml
.envrc
*.profraw
mutants.out/
mutants.out.old/