first upload all files
This commit is contained in:
4
storage/app/.gitignore
vendored
Normal file
4
storage/app/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
*
|
||||
!public/
|
||||
!csv_templates/
|
||||
!.gitignore
|
||||
2
storage/app/csv_templates/.gitignore
vendored
Normal file
2
storage/app/csv_templates/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
!*
|
||||
!.gitignore
|
||||
3
storage/app/csv_templates/products.csv
Normal file
3
storage/app/csv_templates/products.csv
Normal file
@@ -0,0 +1,3 @@
|
||||
Name *,SKU,Description *,Short Description,Active,Brand,Categories,Tax Class,Tags,Price *,Special Price,Special Price Type,Special Price Start,Special Price End,Manage Stock,Quantity,In Stock,New From,New To,Up Sells,Cross Sells,Related Products,Base Image,Additional Images,Meta Title,Meta Description,Attribute 1,Attribute 1 Values,Attribute 2,Attribute 2 Values,Option 1 Name,Option 1 Type,Option 1 is Required,Option 1 Value 1 Label,Option 1 Value 1 Price,Option 1 Value 1 Price Type,Option 2 Name,Option 2 Type,Option 2 is Required,Option 2 Value 1 Label,Option 2 Value 1 Price,Option 2 Value 1 Price Type,Option 2 Value 2 Label,Option 2 Value 2 Price,Option 2 Value 2 Price Type
|
||||
Test Product,6SJL492G,Lorem ipsum,Lorem ipsum,1,5,5,1,"4,5",90,60,fixed,2020-05-01,2020-06-01,1,5,1,2020-05-01,2020-06-01,"5,8","22,25","49,50",5,"56,57,58",Test Title,Lorem ipsum,8,"47,48",,,Color,radio,1,Gray,10,fixed,,,,,,,,,
|
||||
Test Product 2,8FJD627D,Lorem ipsum,Lorem ipsum,1,8,7,1,"8,9",150,20,percent,2020-06-01,2020-07-01,1,10,1,2020-06-01,2020-07-01,"15,18","37,38","61,69",6,"69,97,98",Test Title 2,Lorem ipsum,10,"54,56",28,"141, 142",Color,radio,1,Black,5,percent,Size,custom_radio_button,1,Silver,8,fixed,Red,6,fixed
|
||||
|
2
storage/debugbar/.gitignore
vendored
Normal file
2
storage/debugbar/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
||||
3
storage/dotenv-editor/.gitignore
vendored
Normal file
3
storage/dotenv-editor/.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
/backups
|
||||
*
|
||||
!.gitignore
|
||||
8
storage/framework/.gitignore
vendored
Normal file
8
storage/framework/.gitignore
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
config.php
|
||||
routes.php
|
||||
schedule-*
|
||||
compiled.php
|
||||
services.json
|
||||
events.scanned.php
|
||||
routes.scanned.php
|
||||
down
|
||||
3
storage/framework/cache/.gitignore
vendored
Normal file
3
storage/framework/cache/.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
*
|
||||
!data/
|
||||
!.gitignore
|
||||
4
storage/framework/cache/data/.gitignore
vendored
Normal file
4
storage/framework/cache/data/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
*
|
||||
!.gitignore
|
||||
|
||||
2
storage/framework/sessions/.gitignore
vendored
Normal file
2
storage/framework/sessions/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
||||
2
storage/framework/views/.gitignore
vendored
Normal file
2
storage/framework/views/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
||||
Reference in New Issue
Block a user