chore: 初始化官网白标基座项目(含设计文档)
This commit is contained in:
+32
@@ -0,0 +1,32 @@
|
||||
# ===== 依赖 =====
|
||||
node_modules/
|
||||
|
||||
# ===== 构建产物 =====
|
||||
dist/
|
||||
.output/
|
||||
.astro/
|
||||
|
||||
# ===== 日志 =====
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# ===== 环境变量与密钥(含阿里云 AK/SK,切勿提交)=====
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
.ossutilconfig
|
||||
ossutil_config*
|
||||
|
||||
# ===== 客户专属内容(每个客户独立,不入基座仓库)=====
|
||||
clients/*/
|
||||
|
||||
# ===== 系统 =====
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# ===== 编辑器 =====
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
Reference in New Issue
Block a user