From 714025ab23f82f023f8388c1328cce94761fc031 Mon Sep 17 00:00:00 2001 From: Myron Blair Date: Mon, 25 May 2026 13:24:37 +0000 Subject: [PATCH] Add legacy/ and dist/ to .gitignore (runtime dirs) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index c90ad4e..06fe166 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ *.swp uploads/ +legacy/ +dist/