mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 05:52:23 -05:00
Merge pull request #1765 from junderw/junderw/fix-gitignore
Fix gitignore for clippy exercise
This commit is contained in:
commit
459c52137a
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