From 955a5037e9af89d968b5bdf7c2d26431b16a88fc Mon Sep 17 00:00:00 2001 From: TheGeneralist <180094941+thegeneralist01@users.noreply.github.com> Date: Wed, 21 Jan 2026 20:26:58 +0100 Subject: [PATCH] chore: specify non-ignored `.md` files --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5bf848c..75ade1b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,9 @@ * !.gitignore -!*.md + +LICENSE.md +README.md !src !src/**