Nick: rm vscode settings

This commit is contained in:
Nicolas 2024-12-31 12:53:07 -03:00
parent 0847a6038e
commit 27cc3dba30
2 changed files with 3 additions and 5 deletions

3
.gitignore vendored
View File

@ -33,3 +33,6 @@ apps/js-sdk/firecrawl/dist
/examples/haiku_web_crawler/firecrawl_env
/examples/sonnet_web_crawler/firecrawl_env
/examples/internal_link_assitant/firecrawl_env
.vscode

View File

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