From 4e1faff7e3b00083ee0b77d619a8b887cba1a2fd Mon Sep 17 00:00:00 2001 From: Astra Date: Thu, 15 May 2025 14:22:02 +0900 Subject: [PATCH] Update gitignore for configs --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 42a517f..991a625 100644 --- a/.gitignore +++ b/.gitignore @@ -149,4 +149,7 @@ dist .yarn/unplugged .yarn/build-state.yml .yarn/install-state.gz -.pnp.* \ No newline at end of file +.pnp.* + +# Config files +config.ts \ No newline at end of file