chore: initialize frontend miniapp repository
This commit is contained in:
40
.gitignore
vendored
Normal file
40
.gitignore
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
# 依赖
|
||||
node_modules/
|
||||
|
||||
# 构建输出
|
||||
dist/
|
||||
unpackage/
|
||||
.vite/
|
||||
.tmp/
|
||||
coverage/
|
||||
*.tsbuildinfo
|
||||
.eslintcache
|
||||
|
||||
# 本地环境配置
|
||||
.env.local
|
||||
.env.*.local
|
||||
.claude/*.local.json
|
||||
|
||||
# IDE 配置
|
||||
.idea/
|
||||
.vscode/
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
|
||||
# 日志
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# 操作系统文件
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# 临时文件
|
||||
*.log
|
||||
tmp/
|
||||
temp/
|
||||
Reference in New Issue
Block a user