mirror of
https://github.com/Llewellynvdm/zoxide.git
synced 2024-11-10 15:20:55 +00:00
14 lines
163 B
Plaintext
14 lines
163 B
Plaintext
### Custom ###
|
|
.vscode/
|
|
|
|
### Rust ###
|
|
# Compiled files and executables
|
|
debug/
|
|
target/
|
|
|
|
# Backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
### Python ###
|
|
.mypy_cache/
|