File: .gitignore

package info (click to toggle)
rust-zoxide 0.9.7-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,508 kB
  • sloc: sh: 586; makefile: 13
file content (14 lines) | stat: -rw-r--r-- 175 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
### Custom ###
.vscode/

### Rust ###
# Compiled files and executables
debug/
target/
target_nix/

# Backup files generated by rustfmt
**/*.rs.bk

### Python ###
.mypy_cache/