Add gitignore and vscode settings

This commit is contained in:
Samuel Lorch 2023-10-20 17:26:32 +02:00
parent f6929c2575
commit 93c15c086f
2 changed files with 7 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
/target

6
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,6 @@
{
"[rust]": {
"editor.defaultFormatter": "rust-lang.rust-analyzer",
"editor.formatOnSave": true
}
}