From dd4632242190a673fa6217471bc8aba54eccc641 Mon Sep 17 00:00:00 2001 From: t0ng7u Date: Thu, 25 Sep 2025 23:36:47 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20Update=20.gitignore=20to=20?= =?UTF-8?q?exclude=20additional=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add `.cursor` directory to ignore local editor settings - Add `*.mdc` pattern to ignore generated Markdown content --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1382829fd..dc158fd6a 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,6 @@ web/dist one-api .DS_Store tiktoken_cache -.eslintcache \ No newline at end of file +.eslintcache +.cursor +*.mdc \ No newline at end of file