zoxide/.gitignore
2022-04-11 03:58:35 +05:30

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/