File: .gitignore

package info (click to toggle)
rust-codex 0.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 156 kB
  • sloc: makefile: 4
file content (10 lines) | stat: -rw-r--r-- 81 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# General
.vscode
.idea
_things
desktop.ini
.DS_Store

# Rust
/target
**/*.rs.bk