chore(gitignore): 🔧 add missing .gitignore pattern for dist/ directory
Patterns added: dist/
This commit is contained in:
parent
0fe0b9f5ee
commit
b1552c7704
2 changed files with 3 additions and 20 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -4,3 +4,6 @@ node_modules/
|
|||
|
||||
# Auto-added by auto-commit-service
|
||||
*.log
|
||||
|
||||
# Auto-added by auto-commit-service
|
||||
dist/
|
||||
|
|
|
|||
20
@applications/web/dist/index.html
vendored
20
@applications/web/dist/index.html
vendored
|
|
@ -1,20 +0,0 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover, user-scalable=no" />
|
||||
<meta name="theme-color" content="#0a0a0f" />
|
||||
<meta name="mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||
<meta name="apple-mobile-web-app-title" content="Companion" />
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
<link rel="icon" type="image/png" href="/assets/icons/icon-192.png" />
|
||||
<link rel="apple-touch-icon" href="/assets/icons/icon-192.png" />
|
||||
<title>Companion</title>
|
||||
<script type="module" crossorigin src="/assets/index-DmrRcZj9.js"></script>
|
||||
<script id="vite-plugin-pwa:register-sw" src="/registerSW.js"></script></head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Reference in a new issue