diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -16,8 +16,9 @@ pagecache | |||
16 | composer.lock | 16 | composer.lock |
17 | /vendor/ | 17 | /vendor/ |
18 | 18 | ||
19 | # Ignore test data & output | 19 | # Ignore development and test resources |
20 | coverage | 20 | coverage |
21 | doxygen | ||
21 | tests/datastore.php | 22 | tests/datastore.php |
22 | tests/dummycache/ | 23 | tests/dummycache/ |
23 | phpmd.html | 24 | phpmd.html |