diff --git a/.gitignore b/.gitignore index 8fbb61c..70c57f5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ target/ tmp/ +.vscode/ Cargo.lock .DS_Store publish diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index b945667..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "rust-analyzer.check.overrideCommand": [ - "cargo", - "component", - "check", - "--workspace", - "--all-targets", - "--message-format=json" - ], -}