Skip to content

Commit 5ec87e8

Browse files
committed
Handle logs/views dir better
1 parent 60d94ee commit 5ec87e8

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ composer.phar
99
/app/config/*/mail.php
1010
/app/config/*/database.php
1111
/app/config/*/app.php
12-
public/packages/barryvdh/*
12+
public/packages/barryvdh/*
13+
/app/storage/views/*
14+
/app/storage/logs/*

app/storage/logs/index.php

Whitespace-only changes.

app/storage/views/index.php

Whitespace-only changes.

0 commit comments

Comments
 (0)