Skip to content

Commit 9cfc005

Browse files
committed
Create .gitignore
1 parent d7a10b8 commit 9cfc005

File tree

7 files changed

+353
-15
lines changed

7 files changed

+353
-15
lines changed

.gitignore

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<<<<<<< HEAD
2+
<<<<<<< HEAD
13
!jest.config.js
24
*.d.ts
35
node_modules
@@ -7,4 +9,19 @@ node_modules
79
cdk.out
810

911
.vscode
10-
.DS_Store
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/amazon-cognito-abac-authorization-with-react-example.iml

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

.idea/deploymentTargetSelector.xml

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

.idea/misc.xml

Whitespace-only changes.

.idea/other.xml

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

_gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
!jest.config.js
2+
*.d.ts
3+
node_modules
4+
5+
# CDK asset staging directory
6+
.cdk.staging
7+
cdk.out
8+
9+
.vscode
10+
.DS_Store

0 commit comments

Comments
 (0)