diff --git a/.gitignore b/.gitignore index a935506..dac4da5 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,8 @@ /storage/test-key /storage/test-key.pub /vendor +/storage/database.sqlite +/storage/database-test.sqlite .env .env.backup .env.production diff --git a/resources/views/layouts/partials/project-select.blade.php b/resources/views/layouts/partials/project-select.blade.php index 14c6127..ebba551 100644 --- a/resources/views/layouts/partials/project-select.blade.php +++ b/resources/views/layouts/partials/project-select.blade.php @@ -1,5 +1,5 @@
- +