]> source.dussan.org Git - gitignore.git/commitdiff
Ignore AWS Serverless Application Model build folder (#3357)
authorIgor Stepanov <stepio.ua@gmail.com>
Sat, 4 Apr 2020 16:32:58 +0000 (17:32 +0100)
committerGitHub <noreply@github.com>
Sat, 4 Apr 2020 16:32:58 +0000 (13:32 -0300)
https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-cli-command-reference-sam-build.html

community/AWS/SAM.gitignore [new file with mode: 0644]

diff --git a/community/AWS/SAM.gitignore b/community/AWS/SAM.gitignore
new file mode 100644 (file)
index 0000000..dc9d020
--- /dev/null
@@ -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/