chore: add VSCode settings

This commit is contained in:
Michael Smith 2025-04-16 15:27:44 +00:00
parent ad58a76ef7
commit 592e7a5ab3

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

@ -0,0 +1,6 @@
{
"files.exclude": {
"**/terraform.tfstate": true,
"**/.terraform": true
}
}