summaryrefslogtreecommitdiff
path: root/gitsyncer
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-07 23:46:42 +0200
committerPaul Buetow <paul@buetow.org>2026-02-07 23:46:42 +0200
commitf408ae894e4e10bbf4358c7c07bb9618ef1353e4 (patch)
tree0722f09473a58f1b9027e271cd6bd0e96e7a390d /gitsyncer
parentbf56ef64278a90acab9116311e649e762d39cd34 (diff)
rename
Diffstat (limited to 'gitsyncer')
-rw-r--r--gitsyncer/config.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/gitsyncer/config.json b/gitsyncer/config.json
new file mode 100644
index 0000000..a1e8258
--- /dev/null
+++ b/gitsyncer/config.json
@@ -0,0 +1,33 @@
+{
+ "organizations": [
+ {
+ "host": "git@codeberg.org",
+ "name": "snonux"
+ },
+ {
+ "host": "git@github.com",
+ "name": "snonux"
+ },
+ {
+ "host": "ssh://git@r0:30022/repos",
+ "backupLocation": true
+ }
+ ],
+ "repositories": [],
+ "skip_releases": {
+ "fapi": [
+ "0.0.1"
+ ]
+ },
+ "exclude_from_showcase": [
+ "bratwurstmitsenf",
+ "Adv360-Pro-ZMK",
+ "katana",
+ "playground",
+ "pages",
+ "nvim"
+ ],
+ "exclude_branches": [
+ "^codex/"
+ ]
+} \ No newline at end of file