feat: 初始化工程
This commit is contained in:
46
.gitignore
vendored
Normal file
46
.gitignore
vendored
Normal file
@@ -0,0 +1,46 @@
|
||||
# ===== 依赖 =====
|
||||
node_modules/
|
||||
.pnpm-store/
|
||||
|
||||
# ===== 构建产物(Vite / uni-app / 微信开发者工具输出) =====
|
||||
dist/
|
||||
dist-ssr/
|
||||
unpackage/
|
||||
__uni__*/
|
||||
dev/
|
||||
build/
|
||||
.mp-weixin/
|
||||
miniprogram_npm/
|
||||
miniprogram_dist/
|
||||
|
||||
# ===== Vite / TS 缓存 =====
|
||||
.vite/
|
||||
*.tsbuildinfo
|
||||
*.cache/
|
||||
.eslintcache
|
||||
|
||||
# ===== 本地环境配置(含密钥,绝不提交) =====
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# ===== 日志 =====
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# ===== IDE / 编辑器 =====
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*.sublime-workspace
|
||||
|
||||
# ===== 系统文件 =====
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# ===== 微信开发者工具私有配置(每人不同) =====
|
||||
project.private.config.json
|
||||
Reference in New Issue
Block a user