commit 5b305f82a49ba5da4c713baa61f859559294c840 Author: GigiaJ Date: Wed Aug 20 22:46:02 2025 -0500 Add 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