food_wechat/.gitignore
2024-05-31 02:02:51 +08:00

14 lines
158 B
Plaintext

/.hbuilderx
# 忽略编译生成的目录
dist/
# 忽略 node_modules 目录
node_modules/
# 忽略日志文件
*.log
# 忽略日志文件
*.map
unpackage