12345678910111213 |
- module.exports = {
- isIgnore: false,
- groups: [
- [
- { relPath: 'custom_settings.json', groupId: 1 },
- // { relPath: 'EXT/package.json', groupId: 1 },
- // { relPath: 'nginx.md', groupId: 1 },
- // { url: 'https://itrum.ru', groupId: 3 }
- ],
- [
- { url: 'https://itrum.ru', groupId: 3 },
- ]
- ]}
|