git-next/.gitignore
Paul Campbell 2842b6a55a
All checks were successful
Rust / build (map[name:nightly]) (push) Successful in 8m46s
Rust / build (map[name:stable]) (push) Successful in 9m15s
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 1m7s
build: ignore occasional use of rover
2024-12-03 06:51:36 +00:00

32 lines
607 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/
.idea/