]> git.mxchange.org Git - friendica.git/blobdiff - .gitignore
Merge pull request #12221 from MrPetovan/bug/warnings
[friendica.git] / .gitignore
index 56b90b0e8e5a6abc483f834649827e7d4d2f5c03..c094f6a2461258cc28a996e722d036754579b8aa 100644 (file)
@@ -90,3 +90,11 @@ venv/
 #ignore avatar picture cache path
 /avatar
 
+#Ignore autotest results
+autotest-results.xml
+
+#ignore phpunit result cache
+tests/.phpunit.result.cache
+
+#ignore .php_cs (local copy)
+.php_cs