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.
This commit is contained in:
Cody Seibert
2025-12-12 23:56:33 -05:00
parent 3dd10aa8c7
commit eaef95c4a3

1
.gitignore vendored
View File

@@ -7,7 +7,6 @@ node_modules/
# Build outputs
dist/
.next/
node_modules
.automaker/images/
.automaker/
/.automaker/*