From 5b305f82a49ba5da4c713baa61f859559294c840 Mon Sep 17 00:00:00 2001 From: GigiaJ Date: Wed, 20 Aug 2025 22:46:02 -0500 Subject: [PATCH] Add gitignore --- iac/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 iac/.gitignore diff --git a/iac/.gitignore b/iac/.gitignore new file mode 100644 index 0000000..6521675 --- /dev/null +++ b/iac/.gitignore @@ -0,0 +1,4 @@ +/bin/ +/node_modules/ +/.shadow-cljs/ +.env