From e6d3e8e5a5ea7a6bc9691cfea0a58dd57f597f0b Mon Sep 17 00:00:00 2001 From: Cody Seibert Date: Fri, 12 Dec 2025 23:56:33 -0500 Subject: [PATCH] chore: clean up .gitignore by removing redundant node_modules entry - Removed duplicate entry for node_modules from the .gitignore file to streamline ignored files and improve clarity. --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index fc3d5652..1d01c7c2 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,6 @@ node_modules/ # Build outputs dist/ .next/ -node_modules .automaker/images/ .automaker/ /.automaker/*