chore: fix mobile gitignore
This commit is contained in:
4
packages/mobile/.gitignore
vendored
4
packages/mobile/.gitignore
vendored
@@ -21,8 +21,6 @@ DerivedData
|
|||||||
*.ipa
|
*.ipa
|
||||||
*.xcuserstate
|
*.xcuserstate
|
||||||
|
|
||||||
html/Web.bundle/src/web-src
|
|
||||||
|
|
||||||
.env
|
.env
|
||||||
|
|
||||||
# Android/IntelliJ
|
# Android/IntelliJ
|
||||||
@@ -52,6 +50,8 @@ android-release.bundle.map
|
|||||||
app-release.aab
|
app-release.aab
|
||||||
|
|
||||||
*.bundle
|
*.bundle
|
||||||
|
!Web.bundle
|
||||||
|
html/Web.bundle/src/web-src
|
||||||
ios-release.bundle.map
|
ios-release.bundle.map
|
||||||
|
|
||||||
# fastlane
|
# fastlane
|
||||||
|
|||||||
1
packages/mobile/html/Web.bundle/loader.html
Normal file
1
packages/mobile/html/Web.bundle/loader.html
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<a id="web-bundle-progress-bar" href="#"/></a>
|
||||||
25
packages/mobile/html/Web.bundle/src/index.html
Normal file
25
packages/mobile/html/Web.bundle/src/index.html
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta content="IE=edge" http-equiv="X-UA-Compatible" />
|
||||||
|
<meta content="width=device-width, initial-scale=1" name="viewport" />
|
||||||
|
<link rel="stylesheet" href="web-src/app.css" />
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<script>
|
||||||
|
window.defaultSyncServer = "https://api.standardnotes.com";
|
||||||
|
window.defaultFilesHost = "https://files.standardnotes.com";
|
||||||
|
window.enabledUnfinishedFeatures = "" === 'true';
|
||||||
|
window.websocketUrl = "";
|
||||||
|
window.purchaseUrl = "https://standardnotes.com/purchase";
|
||||||
|
window.plansUrl = "https://standardnotes.com/plans";
|
||||||
|
window.dashboardUrl = "https://standardnotes.com/dashboard";
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<script src="web-src/app.js"></script>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user