Add log folder to project gitignore
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -6,7 +6,6 @@ favicon.*
|
|||||||
*.out
|
*.out
|
||||||
*.version*
|
*.version*
|
||||||
home.html
|
home.html
|
||||||
|
|
||||||
*~
|
*~
|
||||||
robots.txt
|
robots.txt
|
||||||
|
|
||||||
@@ -74,3 +73,6 @@ venv/
|
|||||||
|
|
||||||
#ignore filesystem storage default path
|
#ignore filesystem storage default path
|
||||||
/storage
|
/storage
|
||||||
|
|
||||||
|
#Ignore log folder
|
||||||
|
/log
|
||||||
|
|||||||
Reference in New Issue
Block a user