]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - .gitignore
Merge pull request #387 from ArthurHoaro/bookmarklet-quote
[github/shaarli/Shaarli.git] / .gitignore
index 6452c2c69e68f3566248dff00956293ee588a170..5a6b92412d9316bf7e32f4d600f5818d98af0518 100644 (file)
@@ -10,4 +10,17 @@ pagecache
 .project
 
 # Ignore raintpl generated pages
-*.rtpl.php
\ No newline at end of file
+*.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