From 7d5325d5efd6379a52220f4d89aa105649368f5e Mon Sep 17 00:00:00 2001 From: fiatcode Date: Tue, 24 Feb 2026 13:54:33 +0700 Subject: [PATCH] chore: update .gitignore to include tdd_*.md files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3a85790..1449474 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ # https://dart.dev/guides/libraries/private-files # Created by `dart pub` .dart_tool/ +tdd_*.md