Merge commit 'd803bfe2b1fe7f5e219e50ac20d6801a0a58ac75' as 'vendor/ruvector'
This commit is contained in:
50
vendor/ruvector/npm/wasm/.npmignore
vendored
Normal file
50
vendor/ruvector/npm/wasm/.npmignore
vendored
Normal file
@@ -0,0 +1,50 @@
|
||||
# Source files
|
||||
src/
|
||||
*.ts
|
||||
!*.d.ts
|
||||
|
||||
# Build config
|
||||
tsconfig.json
|
||||
tsconfig.*.json
|
||||
wasm-pack.log
|
||||
|
||||
# Development
|
||||
node_modules/
|
||||
.git/
|
||||
.github/
|
||||
.gitignore
|
||||
*.test.js
|
||||
*.test.ts
|
||||
*.spec.js
|
||||
*.spec.ts
|
||||
|
||||
# Logs and temp files
|
||||
*.log
|
||||
*.tmp
|
||||
.DS_Store
|
||||
.cache/
|
||||
*.tsbuildinfo
|
||||
|
||||
# CI/CD
|
||||
.travis.yml
|
||||
.gitlab-ci.yml
|
||||
azure-pipelines.yml
|
||||
.circleci/
|
||||
|
||||
# Documentation (keep README.md)
|
||||
docs/
|
||||
*.md
|
||||
!README.md
|
||||
!pkg/README.md
|
||||
!pkg-node/README.md
|
||||
|
||||
# Editor
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# WASM build artifacts to exclude
|
||||
target/
|
||||
Cargo.lock
|
||||
Reference in New Issue
Block a user