From 9587008ab650d4e300e4bc4f60900f31dcfee496 Mon Sep 17 00:00:00 2001 From: Kouhai Date: Wed, 26 Apr 2023 21:50:12 -0700 Subject: [PATCH] th: DIVERGENCES.md --- .dockerignore | 1 + DIVERGENCES.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 DIVERGENCES.md diff --git a/.dockerignore b/.dockerignore index 75af47fe71..09a3b465d7 100644 --- a/.dockerignore +++ b/.dockerignore @@ -19,6 +19,7 @@ .github .gitignore .woodpecker.yml +/*.md build chart coverage diff --git a/DIVERGENCES.md b/DIVERGENCES.md new file mode 100644 index 0000000000..036e25dd53 --- /dev/null +++ b/DIVERGENCES.md @@ -0,0 +1,14 @@ +# Divergences + +## Major Features + +- quote posting +- Treehouse::Automod (experimental feature flagged) + +## Other Changes + +- various build system changes + - a better dockerfile + - yarn v2 (a mistake, tbh) + - various dev env changes +- various css/style changes