From 4cc87f9cf406f6e766d3fd80809bd1c26f4ab8f0 Mon Sep 17 00:00:00 2001 From: sean Date: Tue, 20 May 2025 15:08:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=99=88=E8=BF=B0=E6=80=A7?= =?UTF-8?q?=E8=AE=B0=E5=BF=86=E6=96=87=E6=A1=A3=EF=BC=8C=E6=B8=85=E7=90=86?= =?UTF-8?q?=E4=B8=8D=E5=86=8D=E4=BD=BF=E7=94=A8=E7=9A=84=E5=86=85=E5=AE=B9?= =?UTF-8?q?=EF=BC=8C=E4=BB=A5=E6=8F=90=E9=AB=98=E4=BB=A3=E7=A0=81=E5=BA=93?= =?UTF-8?q?=E7=9A=84=E5=8F=AF=E7=BB=B4=E6=8A=A4=E6=80=A7=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 +++- .memory/declarative.md | 8 -------- 2 files changed, 3 insertions(+), 9 deletions(-) delete mode 100644 .memory/declarative.md diff --git a/.gitignore b/.gitignore index 9660a01..f1b94c5 100644 --- a/.gitignore +++ b/.gitignore @@ -56,4 +56,6 @@ htmlcov/ .coverage.* .cache coverage.xml -*.cover \ No newline at end of file +*.cover + +.memory/ \ No newline at end of file diff --git a/.memory/declarative.md b/.memory/declarative.md deleted file mode 100644 index 0e23999..0000000 --- a/.memory/declarative.md +++ /dev/null @@ -1,8 +0,0 @@ -# 陈述性记忆 - -- 用户的名字是姜山 #个人信息 #姓名 -- 用户所在的团队名称是Deepractice #团队信息 #组织 -- 用户有一个朋友叫朱棣 #社交关系 #朋友 -- 用户朋友朱棣的父亲叫朱朱 #社交关系 #朋友家人 -- 用户是Deepractice博客《OES框架》的作者,该文章流量很大 #成就 #写作 #博客 -- Deepractice团队使用Java开发后台,TypeScript开发前端 #技术栈 #团队信息 \ No newline at end of file