]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - .gitignore
Code quality: Makefile to run static code checkers
[github/shaarli/Shaarli.git] / .gitignore
index 6452c2c69e68f3566248dff00956293ee588a170..33d8a4884f2a82f2801e5671d06045f500ad16b9 100644 (file)
@@ -10,4 +10,11 @@ pagecache
 .project
 
 # Ignore raintpl generated pages
-*.rtpl.php
\ No newline at end of file
+*.rtpl.php
+
+# Ignore test dependencies
+composer.lock
+/vendor/
+
+# Ignore test output
+phpmd.html