]> git.mxchange.org Git - friendica.git/blobdiff - .gitignore
DE translation update
[friendica.git] / .gitignore
index 2d8acf01607997b76c569c6576f319e1728ba828..9044604f81d346727d785a834ed0584261f6d4c6 100644 (file)
@@ -71,11 +71,17 @@ venv/
 /addons
 /addon
 
-#ignore .htaccess
-.htaccess
+#ignore base .htaccess
+/.htaccess
 
 #ignore filesystem storage default path
 /storage
 
 #Ignore log folder
 /log
+
+#Ignore temporary installed phpunit
+/bin/phpunit
+
+#Ignore cache file
+.php_cs.cache
\ No newline at end of file