From c69b9e7e9a2512f01f596dca583c9c126710b0e3 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Wed, 4 Aug 2021 13:06:55 -0500 Subject: thermoelectric tube --- .gitignore | 1 + mirrors.toml | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1377554 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.swp diff --git a/mirrors.toml b/mirrors.toml index 18f97e8..28ccb14 100644 --- a/mirrors.toml +++ b/mirrors.toml @@ -8,6 +8,11 @@ upstream = "https://github.com/uw-madison-chem-shops/mqtt-weather-station.git" remotes = ["git@gitlab.com:uw-madison-chem-shops/mqtt-weather-station.git", "git@codeberg.org:uw-madison-chem-shops/mqtt-weather-station.git"] +["uw-madison-chem-shops/thermoelectric-tube.git"] +upstream = "https://github.com/uw-madison-chem-shops/thermoelectric-tube.git" +remotes = ["git@gitlab.com:uw-madison-chem-shops/thermoelectric-tube.git", + "git@codeberg.org:uw-madison-chem-shops/thermoelectric-tube.git"] + ["uw-madison-chem-shops/wisconsin-photoreactor.git"] upstream = "https://github.com/uw-madison-chem-shops/wisconsin-photoreactor.git" remotes = ["git@gitlab.com:uw-madison-chem-shops/wisconsin-photoreactor.git", -- cgit v1.2.3