diff options
| author | Greg <supahgreg@users.noreply.github.com> | 2025-10-11 16:30:42 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-11 16:30:42 -0500 |
| commit | 5fb013d268c65f16a535ecc924f1480f07b4f011 (patch) | |
| tree | 5fb6d8efebb4b664c59180f61e975289bbab9388 /.gitignore | |
| parent | 73e6ade27f9751d3892693be9e11946462e10ed5 (diff) | |
| parent | 7ad6c3ec641d0b89d072dc9b32202aebb8ecaf8d (diff) | |
Merge pull request #40 from tt-rss/project-cleanup
Project cleanup, PHPUnit config tweaks
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 9a0c6e9f0..249cb8c71 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,6 @@ Thumbs.db /lock/* /.vscode/settings.json /vendor/**/.git -/.phpunit.result.cache +/.phpunit.cache /.phpstan-tmp /.tools/ |