Add log folder to project gitignore

This commit is contained in:
Hypolite Petovan 2019-06-22 03:49:58 -04:00
parent 470dd6079e
commit 3cc9920aff
1 changed files with 3 additions and 1 deletions

4
.gitignore vendored
View 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