.npmignore•905 B
# Source files
src/
# Development files
.env
.env.example
.env.local
.env.development
.env.test
.env.production
# Build artifacts
node_modules/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# IDE files
.vscode/
.idea/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
# Git files
.git/
.gitignore
# Testing
coverage/
.nyc_output/
# Documentation
docs/
# Development scripts
build.js
test/
*.test.js
*.test.ts
*.spec.js
*.spec.ts
# Temporary files
tmp/
temp/
# Lock files (keep package-lock.json for reproducible builds)
yarn.lock
pnpm-lock.yaml
# TypeScript
tsconfig.json
tsconfig.*.json
# ESLint
.eslintrc*
.eslintignore
# Prettier
.prettierrc*
.prettierignore
# GitHub
.github/
# Docker
Dockerfile
docker-compose.yml
.dockerignore
# CI/CD
.travis.yml
.circleci/
.gitlab-ci.yml
# Keep only essential files for npm package
# Included: dist/, features/, package.json, README.md, LICENSE