X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitignore;h=3ffedb31160484d614a949a2e651b65685549a34;hb=d9d776af19fd0a191f82525991dafbb56e1bcfcb;hp=bcd745e4a00f249a15534c8b7a6be6f474d4f767;hpb=87e3d65023ae382ec7cabd904dd070a9242e6bb8;p=github%2Fshaarli%2FShaarli.git diff --git a/.gitignore b/.gitignore index bcd745e4..3ffedb31 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,17 @@ pagecache # Eclipse project files .settings .buildpath -.project \ No newline at end of file +.project + +# Ignore raintpl generated pages +*.rtpl.php + +# Ignore test dependencies +composer.lock +/vendor/ + +# Ignore test data & output +coverage +tests/datastore.php +tests/dummycache/ +phpmd.html