mirror of
https://github.com/RhenCloud/Cloud-Home.git
synced 2026-01-22 17:39:07 +08:00
39 lines
392 B
Plaintext
39 lines
392 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* |