We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5820802 commit b247b7eCopy full SHA for b247b7e
serverless.yml
@@ -27,6 +27,8 @@ package:
27
- '!.github/**'
28
- '!.editorconfig'
29
- '!.nvmrc'
30
+ - '!*.md'
31
+ - '!Makefile'
32
33
# Handling python packages: https://www.serverless.com/blog/serverless-python-packaging
34
plugins:
0 commit comments