Merge pull request #6589 from CSP197/6333/csp197

Fix exclusion of Yarn logs in Lambda packages
This commit is contained in:
Mariusz Nowak 2019-08-26 09:19:46 +02:00 committed by GitHub
commit 8319ffada0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@ module.exports = {
'.gitignore',
'.DS_Store',
'npm-debug.log',
'yarn-*.log',
'.serverless/**',
'.serverless_plugins/**',
],