sunhao 5 years ago
parent
commit
c1c703de21

+ 0 - 1
.gitignore

@@ -1,6 +1,5 @@
1 1
 /node_modules
2 2
 /public/Uploads/
3 3
 /public/uploads/
4
-/storage/
5 4
 /.idea/
6 5
 /.env

+ 1 - 0
storage/.gitignore

@@ -0,0 +1 @@
1
+laravel.log

+ 2 - 0
storage/app/.gitignore

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

+ 6 - 0
storage/framework/.gitignore

@@ -0,0 +1,6 @@
1
+config.php
2
+routes.php
3
+compiled.php
4
+services.json
5
+events.scanned.php
6
+routes.scanned.php

+ 2 - 0
storage/framework/cache/.gitignore

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

+ 2 - 0
storage/framework/sessions/.gitignore

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

+ 2 - 0
storage/framework/views/.gitignore

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

+ 2 - 0
storage/logs/.gitignore

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