瀏覽代碼

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


部分文件因文件數量過多而無法顯示