mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-21 21:42:23 -05:00
Fix gitignore for clippy exercise
This commit is contained in:
parent
bc3808cf29
commit
3080141c5f
1 changed files with 2 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -3,8 +3,8 @@ target/
|
|||
**/*.rs.bk
|
||||
.DS_Store
|
||||
*.pdb
|
||||
exercises/clippy/Cargo.toml
|
||||
exercises/clippy/Cargo.lock
|
||||
exercises/22_clippy/Cargo.toml
|
||||
exercises/22_clippy/Cargo.lock
|
||||
rust-project.json
|
||||
.idea
|
||||
.vscode/*
|
||||
|
|
Loading…
Reference in a new issue