zoxide/.gitignore

16 lines
185 B
Plaintext

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