diff --git a/.gitignore b/.gitignore index c684f20..b576f01 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ target Cargo.lock dist node_modules -package*.json \ No newline at end of file +package*.json +.vscode diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 3f3f094..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "rust-analyzer.linkedProjects": [ - "./examples/use_element_size/Cargo.toml" - ] -} \ No newline at end of file