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

28 lines
294 B
Plaintext

# Cargo
target/
/tests/fixture/*/Cargo.lock
/dev/Cargo.lock
# State file
.rustlings-state.json
# oranda
public/
.netlify
# OS
.DS_Store
.direnv/
# Editor
*.swp
.idea
*.iml
# VS Code extension recommendations
.vscode/*
!.vscode/extensions.json
# Ignore file for editors like Helix
.ignore