-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdirectory_structure.txt
More file actions
123 lines (122 loc) · 3.08 KB
/
directory_structure.txt
File metadata and controls
123 lines (122 loc) · 3.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
Folder PATH listing for volume Chocolate Fudge Supreme970
Volume serial number is C8F5-CFD8
F:.
| .gitignore
| .package-lock.json
| directory_structure.txt
| index.html
| LICENSE
| package-lock.json
| package.json
| README.md
|
+---amplify
| | cli.json
| | README.md
| | team-provider-info.json
| |
| +---#current-cloud-backend
| | | amplify-meta.json
| | | backend-config.json
| | | tags.json
| | |
| | +---awscloudformation
| | | \---build
| | | | root-cloudformation-stack.json
| | | |
| | | +---awscloudformation
| | | | \---build
| | | | root-cloudformation-stack.json
| | | |
| | | \---hosting
| | | \---amplifyhosting
| | | amplifyhosting-template.json
| | |
| | \---hosting
| | \---amplifyhosting
| | amplifyhosting-template.json
| |
| +---.config
| | local-aws-info.json
| | local-env-info.json
| | project-config.json
| |
| +---backend
| | | amplify-meta.json
| | | backend-config.json
| | | tags.json
| | |
| | +---awscloudformation
| | | \---build
| | | | root-cloudformation-stack.json
| | | |
| | | +---awscloudformation
| | | | \---build
| | | | root-cloudformation-stack.json
| | | |
| | | \---hosting
| | | \---amplifyhosting
| | | amplifyhosting-template.json
| | |
| | +---hosting
| | | \---amplifyhosting
| | | amplifyhosting-template.json
| | |
| | \---types
| | amplify-dependent-resources-ref.d.ts
| |
| \---hooks
| post-push.sh.sample
| pre-push.js.sample
| README.md
|
+---build
| | apple-touch-icon.png
| | asset-manifest.json
| | favicon-16x16.png
| | favicon-32x32.png
| | favicon.ico
| | index.html
| | index_template.html
| | logo192.png
| | logo512.png
| | manifest.json
| | robots.txt
| |
| +---favicon_io
| \---static
| +---css
| | main.c993520d.css
| | main.c993520d.css.map
| |
| \---js
| 787.343c48b2.chunk.js
| 787.343c48b2.chunk.js.map
| main.d868d2b2.js
| main.d868d2b2.js.LICENSE.txt
| main.d868d2b2.js.map
|
+---public
| | apple-touch-icon.png
| | favicon-16x16.png
| | favicon-32x32.png
| | favicon.ico
| | index.html
| | index_template.html
| | logo192.png
| | logo512.png
| | manifest.json
| | robots.txt
| |
| \---favicon_io
+---singularity-computer
\---src
App.css
App.js
App.test.js
aws-exports.js
index.css
index.js
logo.svg
reportWebVitals.js
setupTests.js