From eaef95c4a364afa064e13222e909fb2607872d76 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 59cf700e..dba6edc7 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,6 @@ node_modules/ # Build outputs dist/ .next/ -node_modules .automaker/images/ .automaker/ /.automaker/*