Ignore more generated files that increase serverless package size by 20M
This commit is contained in:
parent
ffb8b7b214
commit
503d980dc4
1 changed files with 3 additions and 0 deletions
|
|
@ -11,7 +11,10 @@ package:
|
|||
- integration/**
|
||||
- builder/**
|
||||
- docs/**
|
||||
# Generated files by other tools
|
||||
- node_modules/**
|
||||
- .npm/**
|
||||
- .cache/**
|
||||
|
||||
provider:
|
||||
name: aws
|
||||
|
|
|
|||
Loading…
Reference in a new issue