From cfa62a562436bff1600c495b02518e1ca8b4e0e6 Mon Sep 17 00:00:00 2001 From: Max P Date: Sun, 27 Apr 2025 09:42:53 +0000 Subject: [PATCH] Adds vhdltests/ and .devcontainer/ to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ccc4962..0e06262 100644 --- a/.gitignore +++ b/.gitignore @@ -184,4 +184,5 @@ vhdl/ poetry.lock project.yml .project/ -.devcontainer/ \ No newline at end of file +.devcontainer/ +vhdltests/ \ No newline at end of file