Skip to content

Commit 68e08d3

Browse files
committed
Add build products to .gitignore file.
Signed-off-by: Jon Seymour <jon@wildducktheories.com>
1 parent 92d2959 commit 68e08d3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
.env
22
lambda-deploy.zip
33
lambda-layer-deploy.zip
4-
.DS_Store
4+
.DS_Store
5+
lambda/*
6+
python/lambda/*

0 commit comments

Comments
 (0)