X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitignore;h=33d8a4884f2a82f2801e5671d06045f500ad16b9;hb=33bf8a6f74936fa6d2b9dc8def7f329c828a4fb0;hp=bcd745e4a00f249a15534c8b7a6be6f474d4f767;hpb=6e330f2225c41cee4a8296913b1c02cf9b380212;p=github%2Fshaarli%2FShaarli.git diff --git a/.gitignore b/.gitignore index bcd745e4..33d8a488 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,14 @@ 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 output +phpmd.html