mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-22 16:49:22 -05:00
Exclude user-specific .vscode dir from git
This commit is contained in:
parent
b5ddeeda97
commit
22a8736e5c
2 changed files with 2 additions and 6 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -2,4 +2,5 @@ target
|
|||
Cargo.lock
|
||||
dist
|
||||
node_modules
|
||||
package*.json
|
||||
package*.json
|
||||
.vscode
|
||||
|
|
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"rust-analyzer.linkedProjects": [
|
||||
"./examples/use_element_size/Cargo.toml"
|
||||
]
|
||||
}
|
Loading…
Add table
Reference in a new issue