📝 Updated scripts and added default gitignores
This commit is contained in:
parent
ceffdc06f4
commit
d4226720cb
258 changed files with 6900 additions and 27 deletions
4
gitignore/community/AWS/CDK.gitignore
Normal file
4
gitignore/community/AWS/CDK.gitignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# CDK asset staging directory.
|
||||
# For more information about AWS-CDK, see https://docs.aws.amazon.com/cdk/
|
||||
.cdk.staging/
|
||||
cdk.out/
|
||||
5
gitignore/community/AWS/SAM.gitignore
Normal file
5
gitignore/community/AWS/SAM.gitignore
Normal file
|
|
@ -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/
|
||||
Loading…
Add table
Add a link
Reference in a new issue