mirror of
https://github.com/ajeetdsouza/zoxide.git
synced 2025-07-07 13:35:03 +00:00
14 lines
175 B
Text
14 lines
175 B
Text
### Custom ###
|
|
.vscode/
|
|
|
|
### Rust ###
|
|
# Compiled files and executables
|
|
debug/
|
|
target/
|
|
target_nix/
|
|
|
|
# Backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
### Python ###
|
|
.mypy_cache/
|