aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2021-08-04 13:06:55 -0500
committerBlaise Thompson <blaise@untzag.com>2021-08-04 13:06:55 -0500
commitc69b9e7e9a2512f01f596dca583c9c126710b0e3 (patch)
treee71d4ce390ce28c2be8962a9817d6ca73ec729bc
parent1aca6f49c6e77639f8f49d7c8fbf4d6725db6cb2 (diff)
thermoelectric tube
-rw-r--r--.gitignore1
-rw-r--r--mirrors.toml5
2 files changed, 6 insertions, 0 deletions
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",