chore: gitignore
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -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/*
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
<a id="web-bundle-progress-bar" href="#"/></a>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user