]> git.mxchange.org Git - friendica.git/blobdiff - .gitignore
wrapping up 2019.12
[friendica.git] / .gitignore
index db1c3c1306498253b3694991dbc5a1fd9e393b38..e70f651f53f2623f6cf2eb94d7d7ce240054a5e4 100644 (file)
@@ -1,16 +1,17 @@
 favicon.*
-.htconfig.php
-.htpreconfig.php
+/.htconfig.php
+/.htpreconfig.php
 \#*
 *.log
 *.out
 *.version*
 home.html
-
 *~
 robots.txt
 
 #ignore local config
+/config/local.config.php
+/config/addon.config.php
 /config/local.ini.php
 /config/addon.ini.php
 
@@ -69,3 +70,9 @@ venv/
 
 #ignore .htaccess
 .htaccess
+
+#ignore filesystem storage default path
+/storage
+
+#Ignore log folder
+/log