Remove extraneous IDE files

This commit is contained in:
2024-05-26 01:17:16 -05:00
parent 4eb1fe3f6f
commit c06b14e1f7
3 changed files with 2 additions and 12 deletions

View File

@@ -1,8 +0,0 @@
{
"name": "ScoreSpot Container",
"dockerComposeFile": "../docker-compose.yml",
"service": "web",
"workspaceFolder": "/home/node/app",
"forwardPorts": [3000],
"postCreateCommand": "npm install"
}

1
.gitignore vendored
View File

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

View File

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