From 5d8ef37efcea151acff1233f939d29de14ec08ad Mon Sep 17 00:00:00 2001 From: Matthew Young <86373761+myoung301@users.noreply.github.com> Date: Thu, 5 Sep 2024 07:53:55 -0500 Subject: [PATCH] Generalize .code-workspace in .gitignore A specific filename was mentioned before. Make it a general ignore for this extension. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7d23ec21bfd..0f8b3b54b26 100644 --- a/.gitignore +++ b/.gitignore @@ -383,6 +383,7 @@ scratch_notebooks/ # Visual studio code local settings .vscode/ +*.code-workspace # EDB temp and backup files *.aedb.bak/ @@ -400,4 +401,3 @@ model.index\+ # test coverage output /.cov/ -/pyaedt.code-workspace