We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 466001f commit c055b19Copy full SHA for c055b19
.gitignore
@@ -29,7 +29,6 @@ sftp-config.json
29
/includes/tmp
30
tmp
31
.tmp
32
-composer.lock
33
34
### Builds ###
35
build/
Gruntfile.js
@@ -14,6 +14,7 @@ module.exports = function( grunt ) {
14
'!composer.lock',
15
'!Gruntfile.js',
16
'!package.json',
17
+ '!package.lock.json',
18
'!phpunit.xml',
19
'!phpunit.xml.dist',
20
'!README.md'
0 commit comments