X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitignore;h=33d8a4884f2a82f2801e5671d06045f500ad16b9;hb=33bf8a6f74936fa6d2b9dc8def7f329c828a4fb0;hp=6452c2c69e68f3566248dff00956293ee588a170;hpb=9362352e124151a0fa8a145fe1dba4e6256b35c7;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