mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-22 13:46:59 +00:00
- Add .github/workflows/build-test.yml for automated testing - Add tests/ directory with TypeScript test runner - Add docs/CICD.md documentation - Remove .gitlab-ci.yml (migrated to GitHub Actions) - Update .gitignore for test artifacts 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
21 lines
194 B
Plaintext
21 lines
194 B
Plaintext
.DS_Store
|
|
.vscode
|
|
.env
|
|
.venv
|
|
.swp
|
|
dist
|
|
/build
|
|
!tests/testcases/build
|
|
.cache
|
|
.gocache
|
|
*.exe
|
|
.idea
|
|
test_data
|
|
*.crt
|
|
__debug_bin*
|
|
llama/build
|
|
llama/vendor
|
|
/ollama
|
|
docker/output/
|
|
tests/node_modules/
|