Skip to content

Commit a77393e

Browse files
author
Rafael Santos
committed
Fix branch
1 parent 6dfc3c5 commit a77393e

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ node_modules/
33
bundles/
44
PIG/bundles/
55
Parse-Dashboard/public/bundles/
6-
Parse-Dashboard/parse-dashboard-config.json
76
npm-debug.log
87
.eslintcache
98

@@ -13,4 +12,3 @@ npm-debug.log
1312
.idea/
1413

1514
npm-debug.log.*
16-
/parse-dashboard-config.json
Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
11
{
2-
"apps": [{
3-
"serverURL": "https://parseapi.back4app.com",
4-
"appId": "D4jj50955Pxk161fg1UiOvoLd1IgAN7WxBq5HLT0",
5-
"masterKey": "dL7TbZk56teGrV6siaJOuGZAx3xXozcRP8pEztt6",
6-
"appName": "seiji",
7-
"feedbackEmail": "[email protected]"
8-
}],
9-
"user": {
10-
"email": "[email protected]",
11-
"has_password": false,
12-
"account_keys": [],
13-
"name": "Seiji"
14-
}
2+
"apps": []
153
}

0 commit comments

Comments
 (0)