mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-15 00:36:56 +08:00
chore: gitignore secrets, db, binary
This commit is contained in:
42
nofxi/.gitignore
vendored
42
nofxi/.gitignore
vendored
@@ -1,39 +1,13 @@
|
|||||||
# Binaries
|
# Binary
|
||||||
*.exe
|
|
||||||
*.exe~
|
|
||||||
*.dll
|
|
||||||
*.so
|
|
||||||
*.dylib
|
|
||||||
nofxi
|
nofxi
|
||||||
|
|
||||||
# Build
|
# Config (contains secrets)
|
||||||
/build/
|
config.yaml
|
||||||
/dist/
|
|
||||||
|
|
||||||
# IDE
|
# Database
|
||||||
.idea/
|
|
||||||
.vscode/
|
|
||||||
*.swp
|
|
||||||
*.swo
|
|
||||||
*~
|
|
||||||
|
|
||||||
# OS
|
|
||||||
.DS_Store
|
|
||||||
Thumbs.db
|
|
||||||
|
|
||||||
# Environment
|
|
||||||
.env
|
|
||||||
.env.local
|
|
||||||
|
|
||||||
# Data
|
|
||||||
*.db
|
*.db
|
||||||
*.sqlite
|
*.db-shm
|
||||||
/data/
|
*.db-wal
|
||||||
/logs/
|
|
||||||
|
|
||||||
# Dependencies
|
# Logs
|
||||||
/vendor/
|
*.log
|
||||||
|
|
||||||
# Node (web frontend)
|
|
||||||
node_modules/
|
|
||||||
web/dist/
|
|
||||||
|
|||||||
@@ -1,20 +0,0 @@
|
|||||||
agent:
|
|
||||||
name: "NOFXi"
|
|
||||||
language: "zh"
|
|
||||||
log_level: "info"
|
|
||||||
web_port: 8900
|
|
||||||
|
|
||||||
telegram:
|
|
||||||
token: "8486603557:AAEqw9whg6uG63ROGCRJbz8D_J0lsXeQKps"
|
|
||||||
allowed_ids: []
|
|
||||||
|
|
||||||
llm:
|
|
||||||
provider: "dashscope"
|
|
||||||
base_url: "https://coding.dashscope.aliyuncs.com/v1"
|
|
||||||
api_key: "sk-sp-0511a0b965af4866831a0345e8109ea0"
|
|
||||||
model: "qwen3-coder-plus"
|
|
||||||
|
|
||||||
database:
|
|
||||||
path: "nofxi.db"
|
|
||||||
|
|
||||||
exchanges: []
|
|
||||||
Binary file not shown.
Reference in New Issue
Block a user