16 lines
210 B
Plaintext
16 lines
210 B
Plaintext
# Vim swap files
|
|
.*.swp
|
|
|
|
# Mac
|
|
.DS_Store
|
|
|
|
# Rust build artifacts
|
|
/part-1-hello-world/target/
|
|
/part-2-warmup/target/
|
|
/part-3-hangman/target/
|
|
|
|
Cargo.lock
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|