1
0
Fork 0
mirror of https://github.com/notohh/rustlings.git synced 2024-12-18 23:08:08 -05:00
rustlings/.gitignore

23 lines
201 B
Text

# 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