Skip to content

Commit 44f10f8

Browse files
chore: add node_modules to .gitignore
Exclude the node_modules directory from version control to prevent local dependency bloat and ensure a cleaner repository.
1 parent 2f38284 commit 44f10f8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,3 +148,4 @@ composer.lock.json
148148
.claude
149149
tests/*
150150
phpunit.xml.dist
151+
node_modules

0 commit comments

Comments
 (0)