51 lines
508 B
Plaintext
51 lines
508 B
Plaintext
# 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
|