X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitignore;h=75cd3a6b842a264e9b2423c8391a7ddaa090fc9a;hb=3a38c95d4232aed4a40f70eb11d26cafc9188bac;hp=bcd745e4a00f249a15534c8b7a6be6f474d4f767;hpb=99954e12900401c5c725e65bce28cc1711653e45;p=github%2Fshaarli%2FShaarli.git diff --git a/.gitignore b/.gitignore index bcd745e4..75cd3a6b 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,20 @@ 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 development and test resources +coverage +doxygen +sandbox +phpmd.html + +# Ignore user plugin configuration +plugins/*/config.php