Hide sqlx folder

This commit is contained in:
Andras Schmelczer 2025-05-22 21:39:54 +01:00
parent 2e2da3a46d
commit 6292b01464
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C

View file

@ -3,6 +3,7 @@
"jest.rootPath": "plugin",
"files.exclude": {
"**/dist": true,
"**/node_modules": true
"**/node_modules": true,
"**/.sqlx": true,
}
}
}