X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitignore;h=5a6b92412d9316bf7e32f4d600f5818d98af0518;hb=refs%2Ftags%2Fv0.6.0;hp=33d8a4884f2a82f2801e5671d06045f500ad16b9;hpb=33bf8a6f74936fa6d2b9dc8def7f329c828a4fb0;p=github%2Fshaarli%2FShaarli.git diff --git a/.gitignore b/.gitignore index 33d8a488..5a6b9241 100644 --- a/.gitignore +++ b/.gitignore @@ -16,5 +16,11 @@ pagecache composer.lock /vendor/ -# Ignore test output +# Ignore test data & output +coverage +tests/datastore.php +tests/dummycache/ phpmd.html + +# Ignore user plugin configuration +plugins/*/config.php \ No newline at end of file