chore: gitignore

This commit is contained in:
Mo
2022-07-05 12:53:52 -05:00
parent 65aca615a1
commit 4abbda7537
3 changed files with 4 additions and 28 deletions

6
.gitignore vendored
View File

@@ -14,8 +14,10 @@ codeqldb
coverage
lerna-debug.log
packages/**/dist
!packages/components/dist/**
packages/web/dist
packages/filepicker/dist
packages/features/dist
packages/encryption/dist
**/.pnp.*
**/.yarn/*

View File

@@ -1 +0,0 @@
<a id="web-bundle-progress-bar" href="#"/></a>

View File

@@ -1,25 +0,0 @@
<!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>