Compare commits

..

4 Commits

Author SHA1 Message Date
wangsiyuan e3eb38ca90 Merge branch 'master' of https://gitea.kimgo.cn/wsy182/wxSmallApp 2024-01-06 10:42:05 +08:00
wangsiyuan a746f0f47f 删除 debug.json 2024-01-06 10:41:59 +08:00
wangsiyuan 863549dd4a 1 2024-01-06 10:40:56 +08:00
wangsiyuan 035af7b463 create .gitinnore 2024-01-06 10:39:41 +08:00
2 changed files with 22 additions and 1 deletions

View File

@ -1 +0,0 @@
{"containers":[],"config":{}}

22
.gitignore vendored Normal file
View File

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