-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
23 lines (23 loc) · 840 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
node_modules/
.DS_Store
.DS_Store/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.vscode/settings.json
build/
.tf/.terraform.lock.hcl
.tf/.terraform/providers/registry.terraform.io/hashicorp/aws/4.47.0/darwin_arm64/terraform-provider-aws_v4.47.0_x5
.tf/.terraform/terraform.tfstate
.tf/setup-s3-state-buckets/.terraform/providers/registry.terraform.io/hashicorp/aws/5.70.0/darwin_arm64/LICENSE.txt
.tf/setup-s3-state-buckets/.terraform/providers/registry.terraform.io/hashicorp/aws/5.70.0/darwin_arm64/terraform-provider-aws_v5.70.0_x5
.tf/terraform.tfstate
.tf/tfplan
*.zip
.tf/.terraform/providers/registry.terraform.io/hashicorp/aws/5.70.0/darwin_arm64/terraform-provider-aws_v5.70.0_x5
.tf/.terraform/providers/registry.terraform.io/hashicorp/aws/5.70.0/darwin_arm64/LICENSE.txt
src/.next
src/.env*
/src/coverage
/src/.serverless
.env*