mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-06-05 21:44:47 +00:00
20 lines
174 B
Plaintext
20 lines
174 B
Plaintext
# Cargo
|
|
target/
|
|
Cargo.lock
|
|
!/Cargo.lock
|
|
|
|
# State file
|
|
.rustlings-state.txt
|
|
|
|
# OS
|
|
.DS_Store
|
|
.direnv/
|
|
|
|
# Editor
|
|
*.swp
|
|
.idea
|
|
*.iml
|
|
|
|
# Ignore file for editors like Helix
|
|
.ignore
|