mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-11-08 09:09:17 +01:00
24 lines
201 B
Plaintext
24 lines
201 B
Plaintext
# Cargo
|
|
target/
|
|
Cargo.lock
|
|
!/Cargo.lock
|
|
|
|
# State file
|
|
.rustlings-state.txt
|
|
|
|
# oranda
|
|
public/
|
|
.netlify
|
|
|
|
# OS
|
|
.DS_Store
|
|
.direnv/
|
|
|
|
# Editor
|
|
*.swp
|
|
.idea
|
|
*.iml
|
|
|
|
# Ignore file for editors like Helix
|
|
.ignore
|