diff options
author | Igor Stepanov <stepio.ua@gmail.com> | 2020-04-04 17:32:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-04 13:32:58 -0300 |
commit | 2f75277037d172200d4a37621c1b9c3b9901dbd8 (patch) | |
tree | f930e7ef3cf552776f7efed069a18196d3157b63 /community | |
parent | 8300d885653868b94e134e1950dea52b983e2cef (diff) | |
download | gitignore-2f75277037d172200d4a37621c1b9c3b9901dbd8.tar.gz gitignore-2f75277037d172200d4a37621c1b9c3b9901dbd8.zip |
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
Diffstat (limited to 'community')
-rw-r--r-- | community/AWS/SAM.gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
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/ |