Skip to content

Commit 03a4dc4

Browse files
committed
chore: add gitignore for coder template build artifacts
- ignore tar.gz files (temporary build artifacts) - ignore terraform state and lock files - ignore override files
1 parent 5e7b0bc commit 03a4dc4

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.coder/.gitignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Build artifacts
2+
*.tar.gz
3+
template.tar.gz
4+
5+
# Terraform state files
6+
*.tfstate
7+
*.tfstate.*
8+
.terraform/
9+
.terraform.lock.hcl
10+
11+
# Crash log files
12+
crash.log
13+
crash.*.log
14+
15+
# Override files
16+
override.tf
17+
override.tf.json
18+
*_override.tf
19+
*_override.tf.json

0 commit comments

Comments
 (0)