Add log folder to project gitignore
authorHypolite Petovan <hypolite@mrpetovan.com>
Sat, 22 Jun 2019 07:49:58 +0000 (03:49 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sat, 22 Jun 2019 07:50:14 +0000 (03:50 -0400)
.gitignore

index 49d08ba..e70f651 100644 (file)
@@ -6,7 +6,6 @@ favicon.*
 *.out
 *.version*
 home.html
-
 *~
 robots.txt
 
@@ -74,3 +73,6 @@ venv/
 
 #ignore filesystem storage default path
 /storage
+
+#Ignore log folder
+/log