X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitignore;h=3ffedb31160484d614a949a2e651b65685549a34;hb=d9d776af19fd0a191f82525991dafbb56e1bcfcb;hp=6452c2c69e68f3566248dff00956293ee588a170;hpb=9362352e124151a0fa8a145fe1dba4e6256b35c7;p=github%2Fshaarli%2FShaarli.git diff --git a/.gitignore b/.gitignore index 6452c2c6..3ffedb31 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,14 @@ 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