mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
- Initialize VitePress documentation site with config, index, and guides - Add guides for quick-start, installation, PWA, how-it-works, FAQ, and why HAPI - Update .gitignore to exclude VitePress cache directory - Update logo.svg with actual icon from web/public/icon.svg - Simplify README.md with link to full installation guide - Remove redundant WHY_NOT_HAPPY.md (content migrated to why-hapi guide)
36 lines
436 B
Plaintext
36 lines
436 B
Plaintext
# Dependencies
|
|
**/node_modules/
|
|
|
|
# Build output
|
|
**/dist/
|
|
**/.vitepress/cache/
|
|
**/dist-exe/
|
|
**/*.tsbuildinfo
|
|
server/src/web/embeddedAssets.generated.ts
|
|
|
|
# Env files (can contain secrets)
|
|
**/.env
|
|
**/.env.*
|
|
**/.env*.local
|
|
|
|
# Logs
|
|
**/*.log
|
|
**/*-debug.log
|
|
**/*-error.log
|
|
npm-debug.log*
|
|
|
|
# Coverage
|
|
coverage/
|
|
|
|
# OS / IDE
|
|
**/.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
**/*.swp
|
|
**/*.swo
|
|
|
|
# Claude local settings
|
|
.claude/settings.local.json
|
|
localdocs/
|
|
execplan/
|