mirror of
https://github.com/halo-dev/theme-earth.git
synced 2026-06-05 01:13:07 +08:00
ee1a67f900
Move frontend assets into src/assets, add many template/partial HTML modules and public default assets (images, styles, qrious, qrcode page). Rename env.d.ts to project root and remove src/main.ts. Update package.json scripts and tooling: replace packaging command with theme-package, remove tsc from build-only, bump alpinejs and @iconify/json, add @halo-dev/theme-package-cli and @halo-dev/vite-plugin-halo-theme, and bump packageManager to pnpm@10.33.0. Regenerate pnpm-lock.yaml to reflect new/updated packages and transitive dependencies. Misc: adjust .gitignore to ignore templates and update tailwind/vite/tsconfig changes.
28 lines
291 B
Plaintext
28 lines
291 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
.DS_Store
|
|
*.local
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
!.vscode/settings.json
|
|
.idea
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
.gradle
|
|
build
|
|
templates
|
|
dist |