diff options
| author | mail_redacted_for_web | 2026-05-29 13:47:33 +0200 |
|---|---|---|
| committer | mail_redacted_for_web | 2026-05-29 13:47:33 +0200 |
| commit | c47d5c768b75b56fc559152cd263cc4f97e1fe51 (patch) | |
| tree | 48da5b44373b6a20184114ca42e1f1d8627b743a | |
| parent | 65794c6ebaacf8e69503d6a1f60407631d584ab5 (diff) | |
| download | dotfiles-c47d5c768b75b56fc559152cd263cc4f97e1fe51.tar.bz2 | |
feat: add ~/cliff.toml symlink for future integration
| -rw-r--r-- | .gitignore | 1 | ||||
| l--------- | cliff.toml | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -38,6 +38,7 @@ !/.mozilla/native-messaging-hosts/* !/CHANGELOG.md !/.config/git-cliff.toml +!/cliff.toml !/LICENSE !/LICENSE.md !/screenshots/prompt.png diff --git a/cliff.toml b/cliff.toml new file mode 120000 index 0000000..f012efa --- /dev/null +++ b/cliff.toml @@ -0,0 +1 @@ +.config/git-cliff.toml
\ No newline at end of file |
