Skip to content

Commit 08b5d06

Browse files
committed
2 parents 1f97f47 + 4a7531a commit 08b5d06

File tree

7 files changed

+49
-27
lines changed

7 files changed

+49
-27
lines changed

.gitignore

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +0,0 @@
1-
<<<<<<< HEAD
2-
<<<<<<< HEAD
3-
!jest.config.js
4-
*.d.ts
5-
node_modules
6-
7-
# CDK asset staging directory
8-
.cdk.staging
9-
cdk.out
10-
11-
.vscode
12-
.DS_Store
13-
=======
14-
=======
15-
>>>>>>> 3960b876bb77796e3b70ce311ba3c38d04bafcc0
16-
https://www.amazon.com/ap/oa?client_id=foodev
17-
&scope=profile
18-
&response_type=code
19-
&state=208257577ll0975l93l2l59l895857093449424
20-
&redirect_uri=https://client.example.com/auth_popup/token
21-
&code_challenge=Fw7s3XHRVb2m1nT7s646UrYiYLMJ54as0ZIU_injyqw
22-
<<<<<<< HEAD
23-
&code_challenge_method=S256
24-
>>>>>>> 3960b876bb77796e3b70ce311ba3c38d04bafcc0
25-
=======
26-
&code_challenge_method=S256
27-
>>>>>>> 3960b876bb77796e3b70ce311ba3c38d04bafcc0

.idea/.gitignore

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/aws.xml

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/graphql-settings.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.vscode/launch.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
{
8+
"type": "chrome",
9+
"request": "launch",
10+
"name": "Launch Chrome against localhost",
11+
"url": "http://localhost:8080",
12+
"webRoot": "${workspaceFolder}"
13+
}
14+
]
15+
}

0 commit comments

Comments
 (0)