From 9a18ca1057d3e1a3cb5e63fb7ecc6250e4702b05 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Sun, 15 Jun 2025 15:28:16 +1200 Subject: [PATCH] add external to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 559c261..1515b73 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ node_modules # Keep environment variables out of version control .env + +src/external