chore(config): 更新.gitignore文件以忽略数据库相关文件

添加了data/目录、SQLite数据库文件及相关临时文件到.gitignore中,
避免敏感数据和临时文件被提交到版本控制系统。
```
This commit is contained in:
2026-03-19 10:18:25 +08:00
parent bd46d8f907
commit d78dc655ee
10 changed files with 1367 additions and 1538 deletions

View File

@@ -9,6 +9,7 @@
},
"dependencies": {
"@mendable/firecrawl-js": "latest",
"better-sqlite3": "^12.8.0",
"cors": "^2.8.5",
"dotenv": "^17.2.3",
"express": "^5.2.1",
@@ -16,4 +17,4 @@
"nodemailer": "^7.0.11",
"zod": "^3.24.2"
}
}
}