migrate to gtea from bistbucket
This commit is contained in:
4
public/restaurant/storage/app/.gitignore
vendored
Normal file
4
public/restaurant/storage/app/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
*
|
||||
!private/
|
||||
!public/
|
||||
!.gitignore
|
||||
2
public/restaurant/storage/app/private/.gitignore
vendored
Normal file
2
public/restaurant/storage/app/private/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
||||
2
public/restaurant/storage/app/public/.gitignore
vendored
Normal file
2
public/restaurant/storage/app/public/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
||||
12
public/restaurant/storage/firebase/firebase_credentials.json
Normal file
12
public/restaurant/storage/firebase/firebase_credentials.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "",
|
||||
"project_id": "",
|
||||
"private_key_id": "",
|
||||
"private_key": "",
|
||||
"client_id": "",
|
||||
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
|
||||
"token_uri": "https://oauth2.googleapis.com/token",
|
||||
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
|
||||
"client_x509_cert_url": "",
|
||||
"universe_domain": "googleapis.com"
|
||||
}
|
||||
9
public/restaurant/storage/framework/.gitignore
vendored
Normal file
9
public/restaurant/storage/framework/.gitignore
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
compiled.php
|
||||
config.php
|
||||
down
|
||||
events.scanned.php
|
||||
maintenance.php
|
||||
routes.php
|
||||
routes.scanned.php
|
||||
schedule-*
|
||||
services.json
|
||||
3
public/restaurant/storage/framework/cache/.gitignore
vendored
Normal file
3
public/restaurant/storage/framework/cache/.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
*
|
||||
!data/
|
||||
!.gitignore
|
||||
2
public/restaurant/storage/framework/cache/data/.gitignore
vendored
Normal file
2
public/restaurant/storage/framework/cache/data/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
||||
2
public/restaurant/storage/framework/sessions/.gitignore
vendored
Normal file
2
public/restaurant/storage/framework/sessions/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
||||
2
public/restaurant/storage/framework/testing/.gitignore
vendored
Normal file
2
public/restaurant/storage/framework/testing/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
||||
2
public/restaurant/storage/framework/views/.gitignore
vendored
Normal file
2
public/restaurant/storage/framework/views/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
||||
2
public/restaurant/storage/logs/.gitignore
vendored
Normal file
2
public/restaurant/storage/logs/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
||||
Reference in New Issue
Block a user