This commit is contained in:
Adrian Hopek 2022-02-23 10:25:30 +01:00
parent 33a93e666a
commit c223b92bb1
4 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
/node_modules
/public/hot
/public/storage
/public/avatars
/public/js/
/public/css/
/public/mix-manifest.json

View File

@ -17,7 +17,6 @@ return [
],
],
"links" => [
public_path("storage") => storage_path("app/public"),
public_path("avatars") => storage_path("app/avatars"),
],
];

View File

@ -1,3 +1,4 @@
*
!public/
!avatars/
!.gitignore

2
storage/app/avatars/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*
!.gitignore