#60 - wip
This commit is contained in:
parent
33a93e666a
commit
c223b92bb1
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,6 +1,7 @@
|
|||||||
/node_modules
|
/node_modules
|
||||||
/public/hot
|
/public/hot
|
||||||
/public/storage
|
/public/storage
|
||||||
|
/public/avatars
|
||||||
/public/js/
|
/public/js/
|
||||||
/public/css/
|
/public/css/
|
||||||
/public/mix-manifest.json
|
/public/mix-manifest.json
|
||||||
|
@ -17,7 +17,6 @@ return [
|
|||||||
],
|
],
|
||||||
],
|
],
|
||||||
"links" => [
|
"links" => [
|
||||||
public_path("storage") => storage_path("app/public"),
|
|
||||||
public_path("avatars") => storage_path("app/avatars"),
|
public_path("avatars") => storage_path("app/avatars"),
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
1
storage/app/.gitignore
vendored
1
storage/app/.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
*
|
*
|
||||||
!public/
|
!public/
|
||||||
|
!avatars/
|
||||||
!.gitignore
|
!.gitignore
|
||||||
|
2
storage/app/avatars/.gitignore
vendored
Normal file
2
storage/app/avatars/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
*
|
||||||
|
!.gitignore
|
Loading…
x
Reference in New Issue
Block a user