Skip to content

Commit c055b19

Browse files
committed
Add composer.lock, excludes in gruntfile
1 parent 466001f commit c055b19

File tree

3 files changed

+1561
-1
lines changed

3 files changed

+1561
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ sftp-config.json
2929
/includes/tmp
3030
tmp
3131
.tmp
32-
composer.lock
3332

3433
### Builds ###
3534
build/

Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ module.exports = function( grunt ) {
1414
'!composer.lock',
1515
'!Gruntfile.js',
1616
'!package.json',
17+
'!package.lock.json',
1718
'!phpunit.xml',
1819
'!phpunit.xml.dist',
1920
'!README.md'

0 commit comments

Comments
 (0)