fix: add support for KeePass CSV import format and enhance import parsing logic

This commit is contained in:
shuaiplus
2026-06-07 19:18:17 +08:00
parent cda654e1c3
commit bfea5d0a1c
5 changed files with 51 additions and 1 deletions
+17
View File
@@ -0,0 +1,17 @@
# CodeGraph data files
# These are local to each machine and should not be committed
# Database
*.db
*.db-wal
*.db-shm
# Cache
cache/
# Logs
*.log
# Hook markers
.dirty
*.pid