Add log folder to project gitignore
[friendica.git/.git] / .gitignore
index 87ce354..e70f651 100644 (file)
@@ -1,12 +1,11 @@
 favicon.*
-.htconfig.php
-.htpreconfig.php
+/.htconfig.php
+/.htpreconfig.php
 \#*
 *.log
 *.out
 *.version*
 home.html
-
 *~
 robots.txt
 
@@ -71,3 +70,9 @@ venv/
 
 #ignore .htaccess
 .htaccess
+
+#ignore filesystem storage default path
+/storage
+
+#Ignore log folder
+/log