mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-28 09:51:21 -06:00
Small changes to ignore files, and show environment in guest.blade
This commit is contained in:
parent
4d2bcd5203
commit
8f2ba84ccc
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ composer.lock
|
||||
.env.php
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
.idea/
|
@ -22,6 +22,7 @@
|
||||
@include('partials.flashes')
|
||||
@yield('content')
|
||||
</div>
|
||||
<!-- {{App::environment()}} -->
|
||||
|
||||
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
|
||||
|
Loading…
Reference in New Issue
Block a user