initial commit

This commit is contained in:
jack
2026-07-10 12:18:46 +08:00
commit 3eadf7526e
175 changed files with 26135 additions and 0 deletions
+38
View File
@@ -0,0 +1,38 @@
# 依赖
node_modules/
.pnp
.pnp.js
# 构建产物
dist/
build/
# 日志
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# 编辑器
.vscode/
.idea/
*.swp
*.swo
# 系统
.DS_Store
Thumbs.db
# 环境变量
.env
.env.local
.env.*.local
# 缓存
.cache/
.parcel-cache/
.eslintcache
# 上传快照(项目根目录外的 tar.gz 不需要跟踪)
*.tar.gz