From eadd906fc25125a61811247262836b9afe8adee1 Mon Sep 17 00:00:00 2001 From: Trim Bresilla Date: Mon, 2 Dec 2024 22:29:53 +0100 Subject: chore: update dependencies and add some files to .gitignore - Update the `Cargo.toml` to include the `doi2bib` dependency with version `0.2.0` - Add rules to ignore `.direnv`, `.envrc`, and `devbox.json` files in the `.gitignore` --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 8bac1c1..42009cb 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,6 @@ **/*.tape res/*.gif res/*.png +.direnv +.envrc +devbox.json -- cgit v1.2.3