Updates to VS Code settings

This commit is contained in:
2024-05-01 01:40:25 -06:00
parent 59f711ab72
commit 48e3f7623d
3 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,2 @@
.vscode
node_modules node_modules
.DS_Store .DS_Store

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

@@ -0,0 +1,3 @@
{
"DockerRun.DisableAutoGenerateConfig": true
}