我运行它来部署我的 lambda:
sam package --template-file prod_template.yaml --s3-bucket mybucket --output-template-file packaged-template.yaml
sam deploy --template-file packaged-template.yaml --stack-name mystack --capabilities CAPABILITY_IAM
这可行,但此代码受版本控制,并且 sam 也在上传 .git 文件夹。我如何让 sam 像使用 gitignore 一样忽略一些文件夹?