Skip to content

Commit 22edb03

Browse files
committed
Add local test files to gitignore
Ignore local test documentation and temporary files: - Unit test documentation (README.md, QUICK_START.md, etc.) - Test reports (test-report.md, test-report.json) - Build artifacts (e2e binary) - PID files and coverage reports These files are generated locally during development and testing and should not be committed to the repository. Signed-off-by: Senan Zedan <[email protected]>
1 parent d9345b2 commit 22edb03

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,3 +158,16 @@ dashboard/frontend/index.html.old
158158

159159
# Kind cluster configuration
160160
tools/kind/kind-config.yaml
161+
162+
# Local test documentation (not part of PRs)
163+
e2e-tests/testcases/README.md
164+
e2e-tests/testcases/QUICK_START.md
165+
e2e-tests/testcases/IMPLEMENTATION_SUMMARY.md
166+
e2e-tests/testcases/PR_SPLIT_PLAN.md
167+
e2e-tests/testcases/PR_SUMMARY.md
168+
e2e-tests/testcases/*.skip
169+
e2e-tests/testcases/coverage-summary.txt
170+
test-report.md
171+
test-report.json
172+
e2e/e2e
173+
e2e-tests/llm_katan_pids.txt

0 commit comments

Comments
 (0)