From cf47739bb2bcd207464e23a41a2e0470454d1209 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Tue, 3 Feb 2026 08:05:32 +0000 Subject: [PATCH] fix: Rename files to correct paths (remove leading dots) --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e8d1dc0..6e800b4 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,6 @@ dist/ *.log .DS_Store coverage/ -.nyc_output/ -*.tsbuildinfo -.agent-workspaces/ \ No newline at end of file +.nyc_output/* +.agent-workspaces/* +.tsbuildinfo