Skip to content

Commit e7b3d71

Browse files
author
tider
committed
t
2 parents 3f51220 + 3016b21 commit e7b3d71

15 files changed

+1157
-75
lines changed

.clinerules

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Cline Rules for mysql-to-excel
2+
3+
## 项目特定规则与模式
4+
5+
*(在此处添加未来发现的规则、偏好或重要模式)*
6+
7+
## 工具使用偏好
8+
9+
- 优先使用 `replace_in_file` 进行小范围修改。
10+
- 使用 `write_to_file` 创建新文件或进行大规模重构。
11+
12+
## 注意事项
13+
14+
- 配置文件 (`config.toml`) 中的数据库密码是明文存储,注意安全。
15+
- 数据导出时会覆盖同名的 `data.xlsx` 文件。

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
data.txt
33
data.xlsx
44
config.toml
5-
.vscode
5+
.vscode
6+
7+
/migrations

0 commit comments

Comments
 (0)