"fix" next.md; .gitignore
This commit is contained in:
parent
09913eb4d4
commit
741c5952b2
2 changed files with 6 additions and 4 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -8,4 +8,9 @@ out
|
||||||
d2
|
d2
|
||||||
|
|
||||||
# https://github.com/golang/go/blob/8b67cf0bc6ad657fddcbaaa10729d0086f08f9a9/src/cmd/go/internal/test/test.go#L415-L416
|
# https://github.com/golang/go/blob/8b67cf0bc6ad657fddcbaaa10729d0086f08f9a9/src/cmd/go/internal/test/test.go#L415-L416
|
||||||
e2etests.test
|
e2etests.test
|
||||||
|
|
||||||
|
# ignores for direnv/devenv
|
||||||
|
.devenv*
|
||||||
|
.direnv/
|
||||||
|
devenv.*
|
||||||
|
|
|
||||||
|
|
@ -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)
|
- 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)
|
- # Render: - horizontal padding added for connection labels [#2461](https://github.com/terrastruct/d2/pull/2461)
|
||||||
- Themes [#2065](https://github.com/terrastruct/d2/pull/2065):
|
- 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 ⛑️
|
#### Bugfixes ⛑️
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue