From d8c1ed677cc70d09610688a419e2b8001d0a587d Mon Sep 17 00:00:00 2001 From: Michael Safyan Date: Wed, 7 Aug 2024 04:37:40 -0500 Subject: [PATCH] [chore] Add Project IDX config files to .gitignore (#34457) Follow up task related to conversation in: https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/34405 Done as a separate pull request to preserve the development branch containing a working Project IDX config. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 8e73986606cd..3d8526e84e35 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,9 @@ vendor/ .vscode *.code-workspace +# Project IDX +.idx/ + # Binaries for programs and plugins *.exe *.exe~