Files
theme-earth/.gitignore
Ryan Wang ee1a67f900 Restructure assets and update dependencies
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.
2026-03-28 11:33:01 +08:00

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