1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-09-18 23:41:37 +02:00
rustlings/.gitignore

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