康巴易测肤/伤疤uniapp小程序类
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
377B

  1. # 忽略所有 .map 文件
  2. *.map
  3. # 忽略所有 .js 文件(如果你不想提交编译后的 JS 文件)
  4. *.js
  5. # 忽略所有 .json 文件(如果你不想提交某些 JSON 文件)
  6. *.json
  7. # 忽略 dist 目录(通常编译后的文件会放在 dist 目录中)
  8. dist/
  9. # 忽略 node_modules 目录
  10. node_modules/
  11. # 忽略 HBuilderX 生成的 unpackage 目录
  12. .DS_Store