.gitignore 108 B

12345
  1. # 派生缓存:AC1 保证任何时刻可删可全量重建,绝不入库
  2. .cache/
  3. # 依赖
  4. node_modules/