mirror of
https://github.com/rust-lang/rustlings
synced 2024-11-03 03:40:13 +00:00
013f22c89c
So as to automatically open a nix devShell for those who use direnv/want to use direnv to make their lives more automated.
19 lines
216 B
Plaintext
19 lines
216 B
Plaintext
*.swp
|
|
target/
|
|
**/*.rs.bk
|
|
.DS_Store
|
|
*.pdb
|
|
exercises/clippy/Cargo.toml
|
|
exercises/clippy/Cargo.lock
|
|
rust-project.json
|
|
.idea
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
*.iml
|
|
*.o
|
|
public/
|
|
.direnv/
|
|
|
|
# Local Netlify folder
|
|
.netlify
|