chore: some cleanup
This commit is contained in:
parent
04bc0d0647
commit
125782dacc
3 changed files with 6 additions and 7 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -1,7 +1,12 @@
|
|||
# misc
|
||||
.DS_Store
|
||||
.direnv/
|
||||
|
||||
# result
|
||||
/target
|
||||
|
||||
# test bin
|
||||
/src/main.rs
|
||||
|
||||
# direnv
|
||||
.envrc
|
||||
.direnv/
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"rust-analyzer.cargo.features": "all"
|
||||
}
|
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"rust.all_features": true
|
||||
}
|
Loading…
Reference in a new issue