From b9ed079ce1140357012ae3857f2bbcb786c60037 Mon Sep 17 00:00:00 2001 From: Deryck Brown Date: Thu, 12 May 2022 17:58:59 +0100 Subject: [PATCH] Updated .gitignore. --- Triangle.Compiler/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Triangle.Compiler/.gitignore b/Triangle.Compiler/.gitignore index 0f44a0f..981d49f 100644 --- a/Triangle.Compiler/.gitignore +++ b/Triangle.Compiler/.gitignore @@ -1,2 +1,3 @@ /target/ /.classpath +/.editorconfig