mirror of
https://github.com/rust-lang/rustlings
synced 2024-11-10 13:10:40 +00:00
28 lines
294 B
Plaintext
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
|