From 45ce3b5840a4a578e94bedece682edef99a326a5 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 9 Aug 2026 04:56:44 +0800 Subject: chore: add template packaging tool and ignore templates dir --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index aeaee81..67350b1 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,9 @@ docs/api-docs/ # Temp file for .run/src/bin/cov-test.rs docs/cov-test/ +# Mling Template Exports +/templates/ + # Drafts __*.md __*/ -- cgit