Files
firmware_checker/weixin/.gitignore
T
Loki 5f8f6287f8 feat: 初始化魔兽世界金币价格查询小程序项目
添加基础项目结构,包括页面、组件和配置文件
实现金币价格展示和价格走势图功能
添加筛选功能支持按区服和阵营筛选
2025-12-17 18:50:55 +08:00

24 lines
235 B
Plaintext

.DS_Store
node_modules/
unpackage/
dist/
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Editor directories and files
.project
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw*