feat: add initial implementation of Simple AI Provider package
This commit is contained in:
32
.npmignore
Normal file
32
.npmignore
Normal file
@ -0,0 +1,32 @@
|
||||
# Source files
|
||||
src/
|
||||
examples/
|
||||
*.test.ts
|
||||
*.spec.ts
|
||||
|
||||
# Development files
|
||||
.gitignore
|
||||
tsconfig.json
|
||||
bun.lock
|
||||
|
||||
# Build artifacts (keep only dist)
|
||||
node_modules/
|
||||
|
||||
# Documentation (keep README.md)
|
||||
docs/
|
||||
|
||||
# IDE files
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
Reference in New Issue
Block a user