Skip to content

Commit c5bd358

Browse files
committed
fix: add gitignore patterns for test formatting files
Add .gitignore patterns to prevent test files with intentional formatting issues from being committed and causing CI failures. This addresses the terraform validation errors in CI workflows where malformed test_formatting.tf files were causing terraform init and validate to fail.
1 parent c95ac9a commit c5bd358

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,9 @@ terraform.rc
3737

3838
# Cursor rules
3939
.cursor/rules/*
40+
41+
# Test files with intentional formatting issues
42+
test_formatting.tf
43+
*test_formatting.tf
44+
*_test.tf
45+
test_*.tf

0 commit comments

Comments
 (0)