chore: 添加.gitignore,移除数据库文件和编译产物,切换远程仓库地址

This commit is contained in:
97694732@qq.com 2026-06-25 09:30:23 +08:00
parent 5739dfe4fb
commit 929f0aab2b
4 changed files with 20 additions and 4 deletions

20
.gitignore vendored Normal file
View File

@ -0,0 +1,20 @@
# 编译产物
*.exe
*.exe~
# 数据库文件(本地数据,不提交)
data/*.db
data/*.db-journal
data/*.db-wal
data/*.db-shm
# IDE 配置
.idea/
*.iml
# 系统文件
.DS_Store
Thumbs.db
# 本地配置(含密码等敏感信息)
config/config.yaml

View File

@ -1,4 +0,0 @@
port: "8080"
timer_interval: 5
api_rate_limit: 2
callback_url: http://192.168.101.213:9090/api/product/updatePrice

Binary file not shown.

Binary file not shown.