You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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