From 741c5952b27e6b549b6d0c75b16a5afae3684455 Mon Sep 17 00:00:00 2001 From: ppenguin Date: Wed, 2 Apr 2025 19:54:26 +0200 Subject: [PATCH] "fix" next.md; .gitignore --- .gitignore | 7 ++++++- ci/release/changelogs/next.md | 3 --- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index a24ac39c1..224cc5816 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,9 @@ out d2 # https://github.com/golang/go/blob/8b67cf0bc6ad657fddcbaaa10729d0086f08f9a9/src/cmd/go/internal/test/test.go#L415-L416 -e2etests.test \ No newline at end of file +e2etests.test + +# ignores for direnv/devenv +.devenv* +.direnv/ +devenv.* diff --git a/ci/release/changelogs/next.md b/ci/release/changelogs/next.md index 53c433c4b..950dc521f 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -22,9 +22,6 @@ - impose max key length. It's almost certainly a mistake if an ID gets too long, e.g. missing quotes [#2465](https://github.com/terrastruct/d2/pull/2465) - # Render: - horizontal padding added for connection labels [#2461](https://github.com/terrastruct/d2/pull/2461) - Themes [#2065](https://github.com/terrastruct/d2/pull/2065): - - new theme `Dark Berry Blue` (`205`), intended as dark variant of `Mixed Berry Blue` (`5`). - - changed id of `Dark Flagship Terrastruct` (`203`) to mirror the ID of `Flagship Terrastruct` (`3`), improving theme discoverability. - > > > > > > > d19e3b4f2 (theme ID mod, add description to improvements) #### Bugfixes ⛑️