From c1ffa399ea66957b3cdce283b0ee06fa43650b1e Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 24 Jun 2025 21:26:22 +0300 Subject: rename --- dotfiles/gitsyncer/config.json | 16 ++++++++++++++++ dotfiles/gitsyncer/gitsyncer.json | 16 ---------------- 2 files changed, 16 insertions(+), 16 deletions(-) create mode 100644 dotfiles/gitsyncer/config.json delete mode 100644 dotfiles/gitsyncer/gitsyncer.json diff --git a/dotfiles/gitsyncer/config.json b/dotfiles/gitsyncer/config.json new file mode 100644 index 0000000..7103d92 --- /dev/null +++ b/dotfiles/gitsyncer/config.json @@ -0,0 +1,16 @@ +{ + "organizations": [ + { + "host": "git@codeberg.org", + "name": "snonux" + }, + { + "host": "git@github.com", + "name": "snonux" + } + ], + "repositories": [], + "exclude_branches": [ + "^codex/" + ] +} \ No newline at end of file diff --git a/dotfiles/gitsyncer/gitsyncer.json b/dotfiles/gitsyncer/gitsyncer.json deleted file mode 100644 index 7103d92..0000000 --- a/dotfiles/gitsyncer/gitsyncer.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "organizations": [ - { - "host": "git@codeberg.org", - "name": "snonux" - }, - { - "host": "git@github.com", - "name": "snonux" - } - ], - "repositories": [], - "exclude_branches": [ - "^codex/" - ] -} \ No newline at end of file -- cgit v1.2.3