Exclude user-specific .vscode dir from git

This commit is contained in:
Lukas Potthast 2023-06-21 13:12:17 +02:00
parent b5ddeeda97
commit 22a8736e5c
2 changed files with 2 additions and 6 deletions

3
.gitignore vendored
View file

@ -2,4 +2,5 @@ target
Cargo.lock
dist
node_modules
package*.json
package*.json
.vscode

View file

@ -1,5 +0,0 @@
{
"rust-analyzer.linkedProjects": [
"./examples/use_element_size/Cargo.toml"
]
}