Skip to content

Commit 95c2b12

Browse files
committed
Allow for the db.json file to be committed but none of the other node_modules
Further update following testing
1 parent 702e00a commit 95c2b12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ composer.phar
44
# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
55
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
66
# composer.lock
7-
node_modules/
7+
node_modules/mime-db/*
8+
!node_modules/mime-db/db.json

0 commit comments

Comments
 (0)