mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-11-28 08:58:48 +02:00
19 lines
222 B
Plaintext
19 lines
222 B
Plaintext
*.swp
|
|
target/
|
|
**/*.rs.bk
|
|
.DS_Store
|
|
*.pdb
|
|
exercises/22_clippy/Cargo.toml
|
|
exercises/22_clippy/Cargo.lock
|
|
rust-project.json
|
|
.idea
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
*.iml
|
|
*.o
|
|
public/
|
|
.direnv/
|
|
|
|
# Local Netlify folder
|
|
.netlify
|