X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitignore;h=5a6b92412d9316bf7e32f4d600f5818d98af0518;hb=056107ab4eae0a4867cf8d55de77d31f8868b899;hp=bcd745e4a00f249a15534c8b7a6be6f474d4f767;hpb=6e330f2225c41cee4a8296913b1c02cf9b380212;p=github%2Fshaarli%2FShaarli.git diff --git a/.gitignore b/.gitignore index bcd745e4..5a6b9241 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 test data & output +coverage +tests/datastore.php +tests/dummycache/ +phpmd.html + +# Ignore user plugin configuration +plugins/*/config.php \ No newline at end of file