diff --git a/.gitignore b/.gitignore index 88b8530f..7956c475 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ -/vendor -/.idea -composer.phar -composer.lock .env.* +/.idea +/vendor .DS_Store Thumbs.db +composer.lock +composer.phar diff --git a/config/filesystems.php b/config/filesystems.php index 36394709..58222c3a 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -45,7 +45,7 @@ 'local' => [ 'driver' => 'local', - 'root' => storage_path().'/work', + 'root' => storage_path().'/app', ], 's3' => [ diff --git a/storage/.gitignore b/storage/.gitignore new file mode 100644 index 00000000..78eac7b6 --- /dev/null +++ b/storage/.gitignore @@ -0,0 +1 @@ +laravel.log \ No newline at end of file diff --git a/storage/app/.gitignore b/storage/app/.gitignore new file mode 100644 index 00000000..c96a04f0 --- /dev/null +++ b/storage/app/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file