Skip to content

Commit 4f26b67

Browse files
author
remal-github-actions
committed
Template repository changes: remal-github-actions/template-typescript
1 parent 4a7925c commit 4f26b67

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,12 @@ build/
4141
node_modules/
4242

4343

44-
# Terraform state and backup files
44+
# Terraform state, variables, and backup files
4545
*.tfstate
4646
*.tfstate.backup
4747
*.tfstate.lock.info
48+
*.tfvars
49+
*.tfvars.backup
4850
.terraform/
4951

5052

.mergify/config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22

33
#$schema: 'https://docs.mergify.com/mergify-configuration-schema.json'
44

5-
# All Status Checks should be listed explicitly (see https://docs.mergify.io/conditions/#about-status-checks):
6-
# `build` - .github/workflows/build.yml
7-
85
pull_request_rules:
96
- name: Auto merge dependency updates
107
conditions:

0 commit comments

Comments
 (0)