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