1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-09-20 00:08:06 +02:00
rustlings/.gitignore
2024-04-14 05:13:27 +02:00

24 lines
221 B
Plaintext

# Cargo
target/
/tests/fixture/*/Cargo.lock
/dev/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