zoxide/.gitignore

15 lines
175 B
Plaintext

### Custom ###
.vscode/
### Rust ###
# Compiled files and executables
debug/
target/
target_nix/
# Backup files generated by rustfmt
**/*.rs.bk
### Python ###
.mypy_cache/