chore: remove settings.yaml from tracking and add to .gitignore

Contains database credentials, should not be versioned.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Misaka_Company
2026-05-12 09:56:54 +08:00
parent 7305ad9ae6
commit b1e369e9f3
2 changed files with 2 additions and 11 deletions

3
.gitignore vendored
View File

@@ -8,5 +8,6 @@ build/
.pytest_cache/
.claude/
# Local configuration overrides
# Config with secrets
config/settings.yaml
config/settings.local.yaml

View File

@@ -1,10 +0,0 @@
# 数据库配置
database:
sql_server:
host: 192.168.110.114
port: 1433
database: CompanyDB
username: peng
password: Cqbld123456.
driver: "{ODBC Driver 18 for SQL Server}"
trust_server_certificate: yes