From 94071d7ce16c56641d67d488e2bac6be84ffe731 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Fri, 3 Nov 2023 21:17:06 +0800 Subject: chore: delete useless files --- .../apps/docs/public/favicon.ico | Bin 3870 -> 0 bytes .../apps/docs/public/index.html | 43 --------------------- .../apps/docs/public/logo192.png | Bin 5347 -> 0 bytes .../apps/docs/public/logo512.png | Bin 9664 -> 0 bytes .../apps/docs/public/manifest.json | 25 ------------ .../apps/docs/public/robots.txt | 3 -- 6 files changed, 71 deletions(-) delete mode 100644 examples/with-create-react-app/apps/docs/public/favicon.ico delete mode 100644 examples/with-create-react-app/apps/docs/public/index.html delete mode 100644 examples/with-create-react-app/apps/docs/public/logo192.png delete mode 100644 examples/with-create-react-app/apps/docs/public/logo512.png delete mode 100644 examples/with-create-react-app/apps/docs/public/manifest.json delete mode 100644 examples/with-create-react-app/apps/docs/public/robots.txt (limited to 'examples/with-create-react-app/apps/docs/public') diff --git a/examples/with-create-react-app/apps/docs/public/favicon.ico b/examples/with-create-react-app/apps/docs/public/favicon.ico deleted file mode 100644 index a11777c..0000000 Binary files a/examples/with-create-react-app/apps/docs/public/favicon.ico and /dev/null differ diff --git a/examples/with-create-react-app/apps/docs/public/index.html b/examples/with-create-react-app/apps/docs/public/index.html deleted file mode 100644 index 0754118..0000000 --- a/examples/with-create-react-app/apps/docs/public/index.html +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - - - - - - Docs - Turborepo Example - - - -
- - - diff --git a/examples/with-create-react-app/apps/docs/public/logo192.png b/examples/with-create-react-app/apps/docs/public/logo192.png deleted file mode 100644 index fc44b0a..0000000 Binary files a/examples/with-create-react-app/apps/docs/public/logo192.png and /dev/null differ diff --git a/examples/with-create-react-app/apps/docs/public/logo512.png b/examples/with-create-react-app/apps/docs/public/logo512.png deleted file mode 100644 index a4e47a6..0000000 Binary files a/examples/with-create-react-app/apps/docs/public/logo512.png and /dev/null differ diff --git a/examples/with-create-react-app/apps/docs/public/manifest.json b/examples/with-create-react-app/apps/docs/public/manifest.json deleted file mode 100644 index 080d6c7..0000000 --- a/examples/with-create-react-app/apps/docs/public/manifest.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "short_name": "React App", - "name": "Create React App Sample", - "icons": [ - { - "src": "favicon.ico", - "sizes": "64x64 32x32 24x24 16x16", - "type": "image/x-icon" - }, - { - "src": "logo192.png", - "type": "image/png", - "sizes": "192x192" - }, - { - "src": "logo512.png", - "type": "image/png", - "sizes": "512x512" - } - ], - "start_url": ".", - "display": "standalone", - "theme_color": "#000000", - "background_color": "#ffffff" -} diff --git a/examples/with-create-react-app/apps/docs/public/robots.txt b/examples/with-create-react-app/apps/docs/public/robots.txt deleted file mode 100644 index e9e57dc..0000000 --- a/examples/with-create-react-app/apps/docs/public/robots.txt +++ /dev/null @@ -1,3 +0,0 @@ -# https://www.robotstxt.org/robotstxt.html -User-agent: * -Disallow: -- cgit v1.2.3-70-g09d2