X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitignore;h=33d8a4884f2a82f2801e5671d06045f500ad16b9;hb=33bf8a6f74936fa6d2b9dc8def7f329c828a4fb0;hp=f40099f5b45ba40c6f1ddf04f77e20994bc217d5;hpb=03a71dc6f5e50eb1ad207889455bbbb0c5bdea97;p=github%2Fshaarli%2FShaarli.git diff --git a/.gitignore b/.gitignore index f40099f5..33d8a488 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,20 @@ # Ignore data/, tmp/, cache/ and pagecache/ -data/ -tmp/ -cache/ -pagecache/ +data +tmp +cache +pagecache + +# Eclipse project files +.settings +.buildpath +.project + +# Ignore raintpl generated pages +*.rtpl.php + +# Ignore test dependencies +composer.lock +/vendor/ + +# Ignore test output +phpmd.html