This repository has been archived on 2024-09-30. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
wxSmallApp/.gitignore
2024-01-06 10:40:56 +08:00

22 lines
234 B
Plaintext

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