diff options
| author | Fuwn <[email protected]> | 2023-04-15 21:55:56 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-04-15 21:55:56 +0000 |
| commit | 425d1fdb855de5485fcc5752cd2b27ed4d097a0e (patch) | |
| tree | e4738dd97cbc9ebb4b8020ccb2f38db1ba7985fa | |
| parent | fix(ast): potentially fix bad unwrap (diff) | |
| download | germ-425d1fdb855de5485fcc5752cd2b27ed4d097a0e.tar.xz germ-425d1fdb855de5485fcc5752cd2b27ed4d097a0e.zip | |
chore(git): ignore vscode files
| -rw-r--r-- | .gitignore | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -1,10 +1,13 @@ # Rust -target/ +target Cargo.lock -# IDE -.idea/ +# CLion +.idea # Artifacts examples/*.md examples/*.html + +# Visual Studio Code +.vscode |