1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-08-24 19:49:25 +02:00
Files
rustlings/.gitignore
2025-05-16 11:29:32 +02:00

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