This website works better with JavaScript
David A. Windham
david
/
laravel
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
adding public directory to app storage
Taylor Otwell
9 years ago
parent
e46a73ddb7
commit
8e137b525c
2 changed files
with
4 additions
and
1 deletions
Unified View
Show Diff Stats
2
1
storage/app/.gitignore
2
0
storage/app/public/.gitignore
+ 2
- 1
storage/app/.gitignore
View File
@@ -1,2 +1,3 @@
*
*
-!.gitignore
+!public/
+!.gitignore
+ 2
- 0
storage/app/public/.gitignore
View File
@@ -0,0 +1,2 @@
+*
+!.gitignore