mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
Quick fix gitignore (#49)
* Command line flags got broke. Now to run with flags run: npm run start -- -m model-id -d data/dir * Add *.tsbuildinfo to git ignore.
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -13,5 +13,8 @@ bower_components
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# TypeScript build info files
|
||||
*.tsbuildinfo
|
||||
|
||||
# Ignore built ts files
|
||||
dist
|
||||
dist
|
||||
|
||||
Reference in New Issue
Block a user