Files
Weny Xu 0e316b86d7 feat: force drop region (#299)
Signed-off-by: WenyXu <wenymedia@gmail.com>
2026-01-07 11:53:40 +08:00

28 lines
509 B
Plaintext

# Generated by Cargo
# will have compiled files and executables
/target/
# 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
# JetBrains IDE config directory
.idea/
*.iml
# VSCode IDE config directory
.vscode/
# ccls cache dir
.ccls-cache/
#local nix
shell.nix
.envrc
.direnv
# Java build output
/java/target/