From 335e0a5e2d203cf290bae3800015aeae3a894fcd Mon Sep 17 00:00:00 2001 From: ShenzheZhu Date: Fri, 10 Jul 2026 18:11:10 -0400 Subject: [PATCH] chore: #1014 ignore SWC compiler caches --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0a8ac74b..4f15cf29 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ dist/ build/ .next/ .next-e2e/ +.swc/ out/ *.tsbuildinfo