summaryrefslogtreecommitdiff
path: root/gemfeed/examples/conf/dotfiles/gitsyncer/config.json
blob: 3ebb77808ec240f2c535028dabf0b593691eb1c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
  "organizations": [
    {
      "host": "git@codeberg.org",
      "name": "snonux"
    },
    {
      "host": "git@github.com",
      "name": "snonux"
    },
    {
      "host": "paul@t450:git",
      "backupLocation": true
    }
  ],
  "repositories": [],
  "skip_releases": {
    "fapi": [
      "0.0.1"
    ]
  },
  "exclude_from_showcase": [
    "bratwurstmitsenf",
    "Adv360-Pro-ZMK",
    "katana",
    "playground",
    "pages",
    "nvim"
  ],
  "exclude_branches": [
    "^codex/"
  ]
}