]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - .gitignore
Merge pull request #377 from ArthurHoaro/search-tag-autocomplete
[github/shaarli/Shaarli.git] / .gitignore
index bcd745e4a00f249a15534c8b7a6be6f474d4f767..b98c38b9bfd68374354842bf3a62cb941fc69743 100644 (file)
@@ -7,4 +7,21 @@ 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 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