From 860a13f30603bb1a2769ca6eccf7e836b42ef26d Mon Sep 17 00:00:00 2001 From: jrandolf <101637635+jrandolf@users.noreply.github.com> Date: Tue, 2 Aug 2022 14:57:08 +0200 Subject: [PATCH] chore: add `.devcontainer` to `.gitignore` (#8723) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b4cf61911a6a6..de382d4b322b4 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ coverage/ # IDE Artifacts .vscode +.devcontainer # Misc .DS_Store