提交.gitignore文件

This commit is contained in:
Rdzleo 2026-02-27 10:33:32 +08:00
parent 7498e7b4a9
commit 77f22c3f7d

10
.gitignore vendored Normal file
View File

@ -0,0 +1,10 @@
# 忽略根目录下的 build 文件夹(包括其所有子文件/子文件夹)
/build
/dzbj
# 忽略根目录下的uniapp_code文件夹这是APP端的业务
/uniapp_code
# 忽略 macOS 系统文件
.DS_Store