diff options
| author | Fuwn <[email protected]> | 2023-04-07 17:36:27 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-04-07 17:36:27 -0700 |
| commit | c04255143f974a8f04b867d8db4fa76c62802b67 (patch) | |
| tree | 688cb4348324d364e370acb692ec978deca6d2dd | |
| parent | feat: native async reqwest calls (diff) | |
| download | locus-c04255143f974a8f04b867d8db4fa76c62802b67.tar.xz locus-c04255143f974a8f04b867d8db4fa76c62802b67.zip | |
chore(git): ignore vscode configuration files
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,8 +1,8 @@ -# Rust +# Cargo target Cargo.lock -# IDE +# CLion .idea # Development @@ -12,3 +12,6 @@ Cargo.lock # Fleet .cargo fleet.toml + +# Viusal Studio Code +.vscode |