Stop tracking local crypto.db files from user edition.

Restore gitignore rules so runtime SQLite databases are not published.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-17 16:31:34 +08:00
parent 16ef0f31e3
commit 9d3571694c
4 changed files with 6 additions and 0 deletions
+6
View File
@@ -33,3 +33,9 @@ backups/
# 加密发布产物与明文备份(勿提交)
dist/
# 数据库与上传(运行时生成)
**/*.sqlite
**/crypto.db
**/*.db
Binary file not shown.
Binary file not shown.
Binary file not shown.