From eb86f1194bf5cc58e9e98eaa38e095911a295871 Mon Sep 17 00:00:00 2001 From: cnb Date: Wed, 26 Aug 2026 23:05:54 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=AE=8C=E5=96=84=20.gitignore?= =?UTF-8?q?=EF=BC=8C=E6=8E=92=E9=99=A4=E5=87=AD=E6=8D=AE=E4=B8=8E=E8=BF=90?= =?UTF-8?q?=E8=A1=8C=E6=97=B6=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.gitignore b/.gitignore index 40291fa..2997563 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,20 @@ Authentication.md # TLS 私钥 / 证书目录 lzwlab.cn_nginx/ +# RustDesk 密钥(含 id_ed25519 私钥) +rustdesk/data/ + +# Gitea 运行数据(SQLite 数据库、仓库/附件) +gitea/gitea/ +gitea/data/ + +# 文件快传应用的本地运行时配置与上传文件 +transfer/config.json +transfer/files/ +transfer/*.db +transfer/*.db-shm +transfer/*.db-wal + # ===== AI 助手本地数据 / 工具状态 ===== .dsh/ .dsh-meow/ @@ -18,5 +32,9 @@ __pycache__/ *.db-wal .env .env.* +.venv/ +venv/ +*.bak +*.swp .DS_Store Thumbs.db