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