This repository has been archived on 2024-09-30. You can view files and clone it, but cannot push or open issues/pull-requests.
wxSmallApp/.gitignore

22 lines
234 B
Plaintext

# 项目配置文件
project.config.json
# 编译产出物
dist/
build/
# 操作系统产生的文件
.DS_Store
Thumbs.db
# 编辑器配置文件
.vscode/
.idea/
# 日志文件
*.log
# 临时文件
.tmp
temp/
.cloudbase/container