Skip to content
This repository was archived by the owner on Nov 16, 2022. It is now read-only.

Commit e78bc12

Browse files
committed
[gitignore] Added build.
1 parent 49b3934 commit e78bc12

26 files changed

+298
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
# production
1212
/build
13+
/dist
1314

1415
# misc
1516
.DS_Store

docs/.nojekyll

Whitespace-only changes.

docs/404.html

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Single Page Apps for GitHub Pages</title>
6+
<script type="text/javascript">
7+
// Single Page Apps for GitHub Pages
8+
// https://github.com/rafrex/spa-github-pages
9+
// Copyright (c) 2016 Rafael Pedicini, licensed under the MIT License
10+
// ----------------------------------------------------------------------
11+
// This script takes the current url and converts the path and query
12+
// string into just a query string, and then redirects the browser
13+
// to the new url with only a query string and hash fragment,
14+
// e.g. http://www.foo.tld/one/two?a=b&c=d#qwe, becomes
15+
// http://www.foo.tld/?p=/one/two&q=a=b~and~c=d#qwe
16+
// Note: this 404.html file must be at least 512 bytes for it to work
17+
// with Internet Explorer (it is currently > 512 bytes)
18+
19+
// If you're creating a Project Pages site and NOT using a custom domain,
20+
// then set segmentCount to 1 (enterprise users may need to set it to > 1).
21+
// This way the code will only replace the route part of the path, and not
22+
// the real directory in which the app resides, for example:
23+
// https://username.github.io/repo-name/one/two?a=b&c=d#qwe becomes
24+
// https://username.github.io/repo-name/?p=/one/two&q=a=b~and~c=d#qwe
25+
// Otherwise, leave segmentCount as 0.
26+
var segmentCount = 0;
27+
28+
var l = window.location;
29+
l.replace(
30+
l.protocol + '//' + l.hostname + (l.port ? ':' + l.port : '') +
31+
l.pathname.split('/').slice(0, 1 + segmentCount).join('/') + '/?p=/' +
32+
l.pathname.slice(1).split('/').slice(segmentCount).join('/').replace(/&/g, '~and~') +
33+
(l.search ? '&q=' + l.search.slice(1).replace(/&/g, '~and~') : '') +
34+
l.hash
35+
);
36+
37+
</script>
38+
</head>
39+
<body>
40+
</body>
41+
</html>

docs/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
material-docs.com

docs/asset-manifest.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"files": {
3+
"main.css": "/static/css/main.1c3fdcaf.chunk.css",
4+
"main.js": "/static/js/main.12d4d874.chunk.js",
5+
"main.js.map": "/static/js/main.12d4d874.chunk.js.map",
6+
"runtime-main.js": "/static/js/runtime-main.6c0a79c4.js",
7+
"runtime-main.js.map": "/static/js/runtime-main.6c0a79c4.js.map",
8+
"static/js/2.d46b6731.chunk.js": "/static/js/2.d46b6731.chunk.js",
9+
"static/js/2.d46b6731.chunk.js.map": "/static/js/2.d46b6731.chunk.js.map",
10+
"index.html": "/index.html",
11+
"precache-manifest.ab807f1684e253ebdf2a54beadf473b6.js": "/precache-manifest.ab807f1684e253ebdf2a54beadf473b6.js",
12+
"service-worker.js": "/service-worker.js",
13+
"static/css/main.1c3fdcaf.chunk.css.map": "/static/css/main.1c3fdcaf.chunk.css.map",
14+
"static/js/2.d46b6731.chunk.js.LICENSE.txt": "/static/js/2.d46b6731.chunk.js.LICENSE.txt",
15+
"static/media/GithubBannerWide.png": "/static/media/GithubBannerWide.82227eef.png",
16+
"static/media/background.png": "/static/media/background.69641dd3.png",
17+
"static/media/demo-screenshot-desktop-1.png": "/static/media/demo-screenshot-desktop-1.75b9e754.png",
18+
"static/media/demo-screenshot-desktop-2.png": "/static/media/demo-screenshot-desktop-2.60a08a71.png",
19+
"static/media/demo-screenshot-mobile.png": "/static/media/demo-screenshot-mobile.4329839e.png",
20+
"static/media/logo.svg": "/static/media/logo.2feef8f6.svg"
21+
},
22+
"entrypoints": [
23+
"static/js/runtime-main.6c0a79c4.js",
24+
"static/js/2.d46b6731.chunk.js",
25+
"static/css/main.1c3fdcaf.chunk.css",
26+
"static/js/main.12d4d874.chunk.js"
27+
]
28+
}

docs/favicon.png

2.39 KB
Loading

docs/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#1976d2"/><link rel="apple-touch-icon" href="/logo.svg"/><link rel="manifest" href="/manifest.json"/><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"/><script type="text/javascript">!function(i){if(i.search){var a={};i.search.slice(1).split("&").forEach((function(i){var l=i.split("=");a[l[0]]=l.slice(1).join("=").replace(/~and~/g,"&")})),void 0!==a.p&&window.history.replaceState(null,null,i.pathname.slice(0,-1)+(a.p||"")+(a.q?"?"+a.q:"")+i.hash)}}(window.location)</script><link href="/static/css/main.1c3fdcaf.chunk.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script>!function(e){function r(r){for(var n,a,l=r[0],i=r[1],f=r[2],p=0,s=[];p<l.length;p++)a=l[p],Object.prototype.hasOwnProperty.call(o,a)&&o[a]&&s.push(o[a][0]),o[a]=0;for(n in i)Object.prototype.hasOwnProperty.call(i,n)&&(e[n]=i[n]);for(c&&c(r);s.length;)s.shift()();return u.push.apply(u,f||[]),t()}function t(){for(var e,r=0;r<u.length;r++){for(var t=u[r],n=!0,l=1;l<t.length;l++){var i=t[l];0!==o[i]&&(n=!1)}n&&(u.splice(r--,1),e=a(a.s=t[0]))}return e}var n={},o={1:0},u=[];function a(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,a),t.l=!0,t.exports}a.m=e,a.c=n,a.d=function(e,r,t){a.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.t=function(e,r){if(1&r&&(e=a(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(a.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var n in e)a.d(t,n,function(r){return e[r]}.bind(null,n));return t},a.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(r,"a",r),r},a.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},a.p="/";var l=this["webpackJsonp@danilandreev/material-docs"]=this["webpackJsonp@danilandreev/material-docs"]||[],i=l.push.bind(l);l.push=r,l=l.slice();for(var f=0;f<l.length;f++)r(l[f]);var c=i;t()}([])</script><script src="/static/js/2.d46b6731.chunk.js"></script><script src="/static/js/main.12d4d874.chunk.js"></script></body></html>

docs/manifest.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"short_name": "React App",
3+
"name": "Create React App Sample",
4+
"icons": [
5+
{
6+
"src": "favicon.ico",
7+
"sizes": "64x64 32x32 24x24 16x16",
8+
"type": "image/x-icon"
9+
},
10+
{
11+
"src": "logo.svg",
12+
"type": "image/svg",
13+
"sizes": "192x192"
14+
}
15+
],
16+
"start_url": ".",
17+
"display": "standalone",
18+
"theme_color": "#000000",
19+
"background_color": "#ffffff"
20+
}
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
self.__precacheManifest = (self.__precacheManifest || []).concat([
2+
{
3+
"revision": "0c930241d9248f08244e940e2d929df3",
4+
"url": "/index.html"
5+
},
6+
{
7+
"revision": "95d8923b60e04d1fdef0",
8+
"url": "/static/css/main.1c3fdcaf.chunk.css"
9+
},
10+
{
11+
"revision": "b6409beab86562f0ee7c",
12+
"url": "/static/js/2.d46b6731.chunk.js"
13+
},
14+
{
15+
"revision": "c9dd85361cb9cef9841c7e9bd1147de5",
16+
"url": "/static/js/2.d46b6731.chunk.js.LICENSE.txt"
17+
},
18+
{
19+
"revision": "95d8923b60e04d1fdef0",
20+
"url": "/static/js/main.12d4d874.chunk.js"
21+
},
22+
{
23+
"revision": "e2e7584d7ce0864beb90",
24+
"url": "/static/js/runtime-main.6c0a79c4.js"
25+
},
26+
{
27+
"revision": "82227eefda7b6fcf026092cd74877bf3",
28+
"url": "/static/media/GithubBannerWide.82227eef.png"
29+
},
30+
{
31+
"revision": "69641dd3e59d0063afacb6c16973aff6",
32+
"url": "/static/media/background.69641dd3.png"
33+
},
34+
{
35+
"revision": "75b9e75494575016f0915c3dacada189",
36+
"url": "/static/media/demo-screenshot-desktop-1.75b9e754.png"
37+
},
38+
{
39+
"revision": "60a08a71e69c1ef058a60e9fd8436719",
40+
"url": "/static/media/demo-screenshot-desktop-2.60a08a71.png"
41+
},
42+
{
43+
"revision": "4329839ec1c2b53140b3197d0d05ab77",
44+
"url": "/static/media/demo-screenshot-mobile.4329839e.png"
45+
},
46+
{
47+
"revision": "2feef8f6dc1bb038a0ac9089c2f3796e",
48+
"url": "/static/media/logo.2feef8f6.svg"
49+
}
50+
]);

docs/robots.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# https://www.robotstxt.org/robotstxt.html
2+
User-agent: *
3+
Disallow:

0 commit comments

Comments
 (0)