Changed gitignore

This commit is contained in:
Ladislav Hano 2024-01-22 19:14:38 +01:00
parent b1a7e2ab96
commit 9f287c55da
2 changed files with 3 additions and 7 deletions

4
.gitignore vendored
View file

@ -1,4 +1,6 @@
/target /target
.env .env
/src/.* /src/.*
.vscode

View file

@ -1,6 +0,0 @@
{
"rust-analyzer.linkedProjects": [
"./Cargo.toml"
],
"rust-analyzer.showUnlinkedFileNotification": false
}