From 2f75277037d172200d4a37621c1b9c3b9901dbd8 Mon Sep 17 00:00:00 2001 From: Igor Stepanov Date: Sat, 4 Apr 2020 17:32:58 +0100 Subject: [PATCH] Ignore AWS Serverless Application Model build folder (#3357) https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-cli-command-reference-sam-build.html --- community/AWS/SAM.gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 community/AWS/SAM.gitignore diff --git a/community/AWS/SAM.gitignore b/community/AWS/SAM.gitignore new file mode 100644 index 00000000..dc9d020a --- /dev/null +++ b/community/AWS/SAM.gitignore @@ -0,0 +1,5 @@ +# gitignore template for AWS Serverless Application Model project +# website: https://docs.aws.amazon.com/serverless-application-model + +# Ignore build folder +.aws-sam/