From 941f2f4cbd04618b22d982029748c4ff335d3bc7 Mon Sep 17 00:00:00 2001 From: yenru0 Date: Mon, 12 May 2025 05:30:14 +0900 Subject: [PATCH] add src features to .gitignore v3 --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 62d20d4..c33802f 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,7 @@ build/ venv .venv -src/**/* +**/src/**/* !**/.gitkeep