X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitignore;h=6fd0ccd80c189ad1f6aec6e412878854ca439fd8;hb=refs%2Fpull%2F289%2Fhead;hp=bcd745e4a00f249a15534c8b7a6be6f474d4f767;hpb=99954e12900401c5c725e65bce28cc1711653e45;p=github%2Fshaarli%2FShaarli.git diff --git a/.gitignore b/.gitignore index bcd745e4..6fd0ccd8 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,16 @@ 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 +phpmd.html