]> git.mxchange.org Git - friendica.git/blobdiff - .gitignore
Prevents 4 E_NOTICEs when POST fields are not set. (#5458)
[friendica.git] / .gitignore
index c1eb430b4b98f7d597b4e22bd7ddcdd33e148de4..db1c3c1306498253b3694991dbc5a1fd9e393b38 100644 (file)
@@ -12,6 +12,7 @@ robots.txt
 
 #ignore local config
 /config/local.ini.php
+/config/addon.ini.php
 
 #ignore documentation, it should be newly built
 /doc/html
@@ -64,4 +65,7 @@ venv/
 
 #ignore addons directory
 /addons
-/addon
\ No newline at end of file
+/addon
+
+#ignore .htaccess
+.htaccess