scaleway / serverless-scaleway-functions

Plugin for Serverless Framework to allow users to deploy their serverless applications on Scaleway Functions
MIT License
78 stars 25 forks source link

add npmignore #173

Closed thomas-tacquet closed 1 year ago

thomas-tacquet commented 1 year ago

Summary

What's changed?

Added npm ignore file

Why do we need this?

To avoid pushing not required files in npm packages, this will lower a bit the package size

How have you tested it?

Published packaged with npmignore + tested it

Checklist

Details