packages:
  - 'apps/*'
  - 'tools/*'
    # 排除测试目录和临时目录
  - '!*/test'
  - '!*/tests'
  - '!*/__tests__'
  - '!*/coverage'
  - '!test-*'
# 可选：定义共享依赖的目录（如果有的话）
# - 'shared/*'
