chore: gitignore .liquid-mail.toml and remove from tracking

The file contains a Honcho API key that should not be in version control.
Added to .gitignore and untracked; the file remains on disk for local use.
This commit is contained in:
teernisse
2026-02-20 14:29:26 -05:00
parent ec0aaaf77c
commit f4de6feaa2
3 changed files with 5 additions and 3 deletions

1
.gitignore vendored
View File

@@ -31,6 +31,7 @@ yarn-error.log*
# Local config files # Local config files
lore.config.json lore.config.json
.liquid-mail.toml
# beads # beads
.bv/ .bv/

5
Cargo.lock generated
View File

@@ -171,9 +171,9 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
[[package]] [[package]]
name = "charmed-lipgloss" name = "charmed-lipgloss"
version = "0.1.2" version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45e10db01f5eaea11d98ca5c5cffd8cc4add7ac56d0128d91ba1f2a3757b6c5a" checksum = "a5986a4a6d84055da99e44a6c532fd412d636fe5c3fe17da105a7bf40287ccd1"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"colored", "colored",
@@ -183,6 +183,7 @@ dependencies = [
"thiserror", "thiserror",
"toml", "toml",
"tracing", "tracing",
"unicode-segmentation",
"unicode-width 0.1.14", "unicode-width 0.1.14",
] ]

View File

@@ -25,7 +25,7 @@ clap_complete = "4"
dialoguer = "0.12" dialoguer = "0.12"
console = "0.16" console = "0.16"
indicatif = "0.18" indicatif = "0.18"
lipgloss = { package = "charmed-lipgloss", version = "0.1", default-features = false, features = ["native"] } lipgloss = { package = "charmed-lipgloss", version = "0.2", default-features = false, features = ["native"] }
open = "5" open = "5"
# HTTP # HTTP