From 8f2ba84ccc442d6dcf102c9575d49357d68216ed Mon Sep 17 00:00:00 2001 From: Sander Dorigo Date: Mon, 30 Jun 2014 13:22:47 +0200 Subject: [PATCH] Small changes to ignore files, and show environment in guest.blade --- .gitignore | 1 + app/views/layouts/guest.blade.php | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b5363f0203..bdb298ec4d 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ composer.lock .env.php .DS_Store Thumbs.db +.idea/ \ No newline at end of file diff --git a/app/views/layouts/guest.blade.php b/app/views/layouts/guest.blade.php index 943938b4bd..bed824cb7e 100644 --- a/app/views/layouts/guest.blade.php +++ b/app/views/layouts/guest.blade.php @@ -22,6 +22,7 @@ @include('partials.flashes') @yield('content') +