From bf7b3ce79c50a82f5e4b28a6e5f7b3172a83cbaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=8D=E7=BC=96=E8=AF=91=E5=B7=A5=E4=BD=9C=E5=8C=BA?= Date: Wed, 29 Apr 2026 11:42:22 +0800 Subject: [PATCH] chore: whitelist frontend-source in root .gitignore Former-commit-id: 5b3e00869121d16f5fbf938779364254617f40d2 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 7dcc6774..269a623d 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,5 @@ **/.project **/.settings/ **/node_modules/ +!/frontend-source/ +!/frontend-source/**