Files
rustlings/.gitignore
T

23 lines
229 B
Plaintext

# Cargo
target/
Cargo.lock
!/Cargo.lock
# State file
.rustlings-state.txt
# OS
.DS_Store
.direnv/
# Editor
*.swp
.idea
*.iml
# Generated exercise Cargo.toml
/exercises/Cargo.toml
# Ignore file for editors like Helix
.ignore