diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index f4bb7ec..cfd8ab4 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -15,7 +15,8 @@ // Add the IDs of extensions you want installed when the container is created. "extensions": [ - "dbaeumer.vscode-eslint" + "dbaeumer.vscode-eslint", + "piotrpalarz.vscode-gitignore-generator" ], // Use 'forwardPorts' to make a list of ports inside the container available locally.