From 6fcb464dd2ad09866d29d4761915935b57fe4c11 Mon Sep 17 00:00:00 2001 From: Ananth Venkatesh Date: Sat, 25 Jan 2025 02:36:48 -0500 Subject: [PATCH] chore(git): ignore compiled folder --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index b385beb..76ce412 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,7 @@ result-* # Ignore automatically generated direnv output .direnv + +# ---> Project +# Ignore compiled elm files +compiled