diff --git a/.gitignore b/.gitignore index 8c830d3..16a89ae 100644 --- a/.gitignore +++ b/.gitignore @@ -14,4 +14,6 @@ # Dependency directories (remove the comment below to include it) # vendor/ -logs/* \ No newline at end of file + +# Project runtime log +logs/*.log \ No newline at end of file