X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=.gitignore;h=33d8a4884f2a82f2801e5671d06045f500ad16b9;hb=f95d0428f65676969f2e1caf469413c7bf701692;hp=6452c2c69e68f3566248dff00956293ee588a170;hpb=ea8f67eb49c9d63bb06ec29d5a5ec7ba75761c21;p=github%2Fshaarli%2FShaarli.git diff --git a/.gitignore b/.gitignore index 6452c2c6..33d8a488 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,11 @@ pagecache .project # Ignore raintpl generated pages -*.rtpl.php \ No newline at end of file +*.rtpl.php + +# Ignore test dependencies +composer.lock +/vendor/ + +# Ignore test output +phpmd.html