chore: gitignore ide config dir (`.vscode` and `.idea`)

This commit is contained in:
MedzikUser 2022-04-30 22:36:16 +02:00
parent 1df16a3169
commit 43c31bca6a
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
2 changed files with 4 additions and 3 deletions

4
.gitignore vendored
View File

@ -11,3 +11,7 @@
# why sqlx?
*.db-shm
*.db-wal
# ide config
.idea
.vscode

View File

@ -1,3 +0,0 @@
{
"rpc.enabled": true
}