Skip to content

Commit b247b7e

Browse files
committed
build: exclude unnecessary files from package
1 parent 5820802 commit b247b7e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

serverless.yml

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ package:
2727
- '!.github/**'
2828
- '!.editorconfig'
2929
- '!.nvmrc'
30+
- '!*.md'
31+
- '!Makefile'
3032

3133
# Handling python packages: https://www.serverless.com/blog/serverless-python-packaging
3234
plugins:

0 commit comments

Comments
 (0)