mirror of
https://github.com/RhenCloud/Cloud-Home.git
synced 2026-01-22 17:39:07 +08:00
该项目从 Vue 3 迁移到了 Nuxt 4,对代码结构和配置进行了相应调整。 - 修改了环境变量前缀,将 `VITE_` 替换为 `NUXT_PUBLIC_`,以便与 Nuxt 的环境变量配置兼容。 - 添加了新的环境变量 `WAKATIME_API_KEY` 和可选变量 `WAKATIME_API_URL` 用于配置 Wakatime API。
39 lines
390 B
Plaintext
39 lines
390 B
Plaintext
# dependencies
|
|
node_modules/
|
|
pnpm-lock.yaml
|
|
package-lock.json
|
|
yarn.lock
|
|
|
|
# builds
|
|
dist/
|
|
build/
|
|
.out/
|
|
.next/
|
|
.vercel/
|
|
.vite/
|
|
.nuxt/
|
|
.output/
|
|
.edgeone
|
|
|
|
# env & secrets
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
logs/
|
|
*.log
|
|
|
|
# editors & system
|
|
.vscode/
|
|
.idea/
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# tests
|
|
tests/
|
|
test* |