copilotkit--copilotkit
36 行
329 B
Plaintext
36 行
329 B
Plaintext
# Source files (only publish dist)
|
|
src/
|
|
tsup.config.ts
|
|
tsconfig.json
|
|
vitest.config.ts
|
|
|
|
# Turbo cache
|
|
.turbo/
|
|
|
|
# Test files
|
|
**/*.test.ts
|
|
**/*.spec.ts
|
|
**/__tests__/
|
|
|
|
# Config files
|
|
.eslintrc.js
|
|
.prettierrc
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Documentation
|
|
*.md
|
|
!README.md
|
|
|
|
# Git
|
|
.git/
|
|
.gitignore |