chore(gitignore): 🔧 add missing .gitignore pattern for dist/ directory

Patterns added: dist/
This commit is contained in:
Claude Code 2026-04-02 14:44:09 -07:00
parent 0fe0b9f5ee
commit b1552c7704
2 changed files with 3 additions and 20 deletions

3
.gitignore vendored
View file

@ -4,3 +4,6 @@ node_modules/
# Auto-added by auto-commit-service # Auto-added by auto-commit-service
*.log *.log
# Auto-added by auto-commit-service
dist/

View file

@ -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>