소스 검색

Ignore PHPUnit cache directory

Follow-up to Phase 7: .phpunit.cache is regenerated on every test run
and shouldn't be tracked.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
achiappa 2 주 전
부모
커밋
afa9e4f96b
2개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .gitignore
  2. 0 0
      .phpunit.cache/test-results

+ 1 - 0
.gitignore

@@ -8,3 +8,4 @@ composer.lock
 *.sqlite
 *.sqlite-journal
 /node_modules/
+/.phpunit.cache/

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
.phpunit.cache/test-results


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.