diff --git a/assets/.gitignore b/assets/.gitignore index 4d29575..a547bf3 100644 --- a/assets/.gitignore +++ b/assets/.gitignore @@ -1,23 +1,24 @@ -# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. - -# dependencies -/node_modules -/.pnp -.pnp.js - -# testing -/coverage - -# production -/build - -# misc -.DS_Store -.env.local -.env.development.local -.env.test.local -.env.production.local - +# Logs +logs +*.log npm-debug.log* yarn-debug.log* yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +node_modules +dist +dist-ssr +*.local + +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? diff --git a/assets/index.html b/assets/index.html new file mode 100644 index 0000000..3a47835 --- /dev/null +++ b/assets/index.html @@ -0,0 +1,14 @@ + + +
+ + + + +Loading
; + +const App: React.FC = () => { + return ( + <> +{alt[0]}
}