From 512380a80d30cd6ee4a38eca2830ded1c39f6cfa Mon Sep 17 00:00:00 2001 From: yuyx <237899745@qq.com> Date: Fri, 12 Dec 2025 15:41:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=95=8F=E6=84=9F=E6=96=87?= =?UTF-8?q?=E4=BB=B6=EF=BC=8C=E6=9B=B4=E6=96=B0.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 删除的文件: - data/cookies/*.json - 用户登录凭据 - deploy_to_production.sh - 服务器信息 - verify_deployment.sh - 服务器信息 - data/*.backup_* - 数据库备份 - docs/ - 内部文档 - ftp-manager.db - 无用空文件 更新.gitignore防止再次提交 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitignore b/.gitignore index 70e8139..6da5c24 100644 --- a/.gitignore +++ b/.gitignore @@ -6,8 +6,12 @@ ms-playwright/ data/*.db data/*.db-shm data/*.db-wal +data/*.backup* data/secret_key.txt +# Cookies(敏感用户凭据) +data/cookies/ + # 日志文件 logs/ *.log @@ -45,3 +49,10 @@ Thumbs.db *.tmp *.bak *.backup + +# 部署脚本(含服务器信息) +deploy_*.sh +verify_*.sh + +# 内部文档 +docs/