mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-02-02 10:54:15 -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
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,3 +3,4 @@ Cargo.lock
|
||||||
dist
|
dist
|
||||||
node_modules
|
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