From 6db1e63bdad167e413fce5479a73dded8afd2b02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=A1=E9=B8=A695676?= Date: Sat, 10 May 2025 10:02:18 +0800 Subject: [PATCH] chore: add .astrbot to ignore file --- .dockerignore | 3 ++- .gitignore | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index 7cb6b09a8..30bd2e249 100644 --- a/.dockerignore +++ b/.dockerignore @@ -20,4 +20,5 @@ dashboard/ data/ changelogs/ tests/ -.ruff_cache/ \ No newline at end of file +.ruff_cache/ +.astrbot \ No newline at end of file diff --git a/.gitignore b/.gitignore index 5d4ef6c22..14e6bf8cb 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ packages/python_interpreter/workplace .conda/ .idea pytest.ini +.astrbot \ No newline at end of file