X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitignore;h=5a6b92412d9316bf7e32f4d600f5818d98af0518;hb=44d60adc5e2fa547bc49620f7e647794f0cad631;hp=6452c2c69e68f3566248dff00956293ee588a170;hpb=ea8f67eb49c9d63bb06ec29d5a5ec7ba75761c21;p=github%2Fshaarli%2FShaarli.git diff --git a/.gitignore b/.gitignore index 6452c2c6..5a6b9241 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,17 @@ pagecache .project # Ignore raintpl generated pages -*.rtpl.php \ No newline at end of file +*.rtpl.php + +# Ignore test dependencies +composer.lock +/vendor/ + +# 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