mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
Merge pull request #6589 from CSP197/6333/csp197
Fix exclusion of Yarn logs in Lambda packages
This commit is contained in:
commit
8319ffada0
@ -13,6 +13,7 @@ module.exports = {
|
||||
'.gitignore',
|
||||
'.DS_Store',
|
||||
'npm-debug.log',
|
||||
'yarn-*.log',
|
||||
'.serverless/**',
|
||||
'.serverless_plugins/**',
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user