]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - .gitignore
Add a target to generate Doxygen documentation
[github/shaarli/Shaarli.git] / .gitignore
index 6452c2c69e68f3566248dff00956293ee588a170..b98c38b9bfd68374354842bf3a62cb941fc69743 100644 (file)
@@ -10,4 +10,18 @@ pagecache
 .project
 
 # Ignore raintpl generated pages
-*.rtpl.php
\ No newline at end of file
+*.rtpl.php
+
+# Ignore test dependencies
+composer.lock
+/vendor/
+
+# Ignore development and test resources
+coverage
+doxygen
+tests/datastore.php
+tests/dummycache/
+phpmd.html
+
+# Ignore user plugin configuration
+plugins/*/config.php
\ No newline at end of file