Browse Source

Keep single .gitignore. Remove dist

pull/937/head
Sergei Birukov 2 years ago
parent
commit
dce5a3549c
  1. 2
      .gitignore
  2. 30
      webui/.gitignore
  3. 1
      webui/dist/assets/index-B356x2n7.css
  4. 741
      webui/dist/assets/index-YnjTemP9.js
  5. BIN
      webui/dist/img/apple-touch-icon.png
  6. BIN
      webui/dist/img/favicon.png
  7. 20
      webui/dist/index.html
  8. 11
      webui/dist/manifest.json

2
.gitignore

@ -14,8 +14,8 @@ pnpm-debug.log*
lerna-debug.log*
node_modules
/webui/dist
.DS_Store
dist
dist-ssr
coverage
*.local

30
webui/.gitignore

@ -1,30 +0,0 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
.DS_Store
dist-ssr
coverage
*.local
/cypress/videos/
/cypress/screenshots/
# Editor directories and files
.vscode/*
*.code-workspace
!.vscode/extensions.json
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
*.tsbuildinfo

1
webui/dist/assets/index-B356x2n7.css

File diff suppressed because one or more lines are too long

741
webui/dist/assets/index-YnjTemP9.js

File diff suppressed because one or more lines are too long

BIN
webui/dist/img/apple-touch-icon.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 69 KiB

BIN
webui/dist/img/favicon.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

20
webui/dist/index.html

@ -1,20 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>WireGuard</title>
<link rel="manifest" href="./manifest.json" />
<link rel="icon" type="image/png" href="./img/favicon.png" />
<link rel="apple-touch-icon" href="./img/apple-touch-icon.png" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, viewport-fit=cover"
/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<script type="module" crossorigin src="/assets/index-YnjTemP9.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-B356x2n7.css">
</head>
<body class="bg-gray-50 dark:bg-neutral-800">
<div id="app"></div>
</body>
</html>

11
webui/dist/manifest.json

@ -1,11 +0,0 @@
{
"name": "WireGuard",
"display": "standalone",
"background_color": "#fff",
"icons": [
{
"src": "img/favicon.png",
"type": "image/png"
}
]
}
Loading…
Cancel
Save