zoxide/.gitignore
2021-03-29 21:14:30 +05:30

14 lines
163 B
Plaintext

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