Skip to content

Commit

Permalink
Merge pull request #7 from BlackBeardBandits/camera
Browse files Browse the repository at this point in the history
modify gitignore
  • Loading branch information
bae-sh authored Aug 17, 2021
2 parents b330f69 + 6bfbece commit 0b787a9
Show file tree
Hide file tree
Showing 8 changed files with 87 additions and 21 deletions.
42 changes: 21 additions & 21 deletions EmotionaryApp/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,24 @@ web-build/
# macOS
.DS_Store

#amplify-do-not-edit-begin
amplify/\#current-cloud-backend
amplify/.config/local-*
amplify/logs
amplify/mock-data
amplify/backend/amplify-meta.json
amplify/backend/awscloudformation
amplify/backend/.temp
build/
dist/
node_modules/
aws-exports.js
awsconfiguration.json
amplifyconfiguration.json
amplifyconfiguration.dart
amplify-build-config.json
amplify-gradle-config.json
amplifytools.xcconfig
.secret-*
amplify/key.js
#amplify-do-not-edit-end
# #amplify-do-not-edit-begin
# amplify/\#current-cloud-backend
# amplify/.config/local-*
# amplify/logs
# amplify/mock-data
# amplify/backend/amplify-meta.json
# amplify/backend/awscloudformation
# amplify/backend/.temp
# build/
# dist/
# node_modules/
# aws-exports.js
# awsconfiguration.json
# amplifyconfiguration.json
# amplifyconfiguration.dart
# amplify-build-config.json
# amplify-gradle-config.json
# amplifytools.xcconfig
# .secret-*
# amplify/key.js
# #amplify-do-not-edit-end
15 changes: 15 additions & 0 deletions EmotionaryApp/amplify/#current-cloud-backend/amplify-meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"providers": {
"awscloudformation": {
"AuthRoleName": "amplify-emotionaryapp-dev-31457-authRole",
"UnauthRoleArn": "arn:aws:iam::132078756284:role/amplify-emotionaryapp-dev-31457-unauthRole",
"AuthRoleArn": "arn:aws:iam::132078756284:role/amplify-emotionaryapp-dev-31457-authRole",
"Region": "ap-southeast-2",
"DeploymentBucketName": "amplify-emotionaryapp-dev-31457-deployment",
"UnauthRoleName": "amplify-emotionaryapp-dev-31457-unauthRole",
"StackName": "amplify-emotionaryapp-dev-31457",
"StackId": "arn:aws:cloudformation:ap-southeast-2:132078756284:stack/amplify-emotionaryapp-dev-31457/8cb5fc50-fd2b-11eb-a159-02a200717f74",
"AmplifyAppId": "d3swrbaw4i7m6a"
}
}
}
10 changes: 10 additions & 0 deletions EmotionaryApp/amplify/#current-cloud-backend/tags.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[
{
"Key": "user:Stack",
"Value": "{project-env}"
},
{
"Key": "user:Application",
"Value": "{project-name}"
}
]
7 changes: 7 additions & 0 deletions EmotionaryApp/amplify/.config/local-aws-info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"dev": {
"configLevel": "project",
"useProfile": false,
"awsConfigFilePath": "/Users/baeseonghyeon/.amplify/awscloudformation/8Ksu8SOJAO"
}
}
4 changes: 4 additions & 0 deletions EmotionaryApp/amplify/.config/local-env-info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"projectPath": "/Users/baeseonghyeon/study/git/Emotionary/EmotionaryApp",
"envName": "dev"
}
15 changes: 15 additions & 0 deletions EmotionaryApp/amplify/backend/amplify-meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"providers": {
"awscloudformation": {
"AuthRoleName": "amplify-emotionaryapp-dev-31457-authRole",
"UnauthRoleArn": "arn:aws:iam::132078756284:role/amplify-emotionaryapp-dev-31457-unauthRole",
"AuthRoleArn": "arn:aws:iam::132078756284:role/amplify-emotionaryapp-dev-31457-authRole",
"Region": "ap-southeast-2",
"DeploymentBucketName": "amplify-emotionaryapp-dev-31457-deployment",
"UnauthRoleName": "amplify-emotionaryapp-dev-31457-unauthRole",
"StackName": "amplify-emotionaryapp-dev-31457",
"StackId": "arn:aws:cloudformation:ap-southeast-2:132078756284:stack/amplify-emotionaryapp-dev-31457/8cb5fc50-fd2b-11eb-a159-02a200717f74",
"AmplifyAppId": "d3swrbaw4i7m6a"
}
}
}
6 changes: 6 additions & 0 deletions EmotionaryApp/amplify/key.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
export const key = {
accessKeyId: "",
secretAccessKey: "",
region: "",
bucket: "",
};
9 changes: 9 additions & 0 deletions EmotionaryApp/src/aws-exports.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/* eslint-disable */
// WARNING: DO NOT EDIT. This file is automatically generated by AWS Amplify. It will be overwritten.

const awsmobile = {
"aws_project_region": "ap-southeast-2"
};


export default awsmobile;

0 comments on commit 0b787a9

Please sign in to comment.