rustlings/.gitignore
2024-04-07 22:40:50 +02:00

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