chore: 添加.gitignore,移除数据库文件和编译产物,切换远程仓库地址
This commit is contained in:
parent
5739dfe4fb
commit
929f0aab2b
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal 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
|
||||
@ -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.
Loading…
Reference in New Issue
Block a user