astro-discovery/.npmignore

54 lines
565 B
Text
Raw Permalink Normal View History

# Source files (dist/ is published via package.json "files" field)
src/
tests/
*.test.ts
*.spec.ts
# Documentation site (separate deployment)
docs/
# Build artifacts
*.tsbuildinfo
.astro/
node_modules/
# Development files
.vscode/
.idea/
*.log
*.swp
*.swo
*~
# Git
.git/
.gitignore
.gitattributes
# CI/CD
.github/
.gitlab-ci.yml
.travis.yml
# Development configs
tsconfig.json
vitest.config.ts
.eslintrc*
.prettierrc*
# Testing
coverage/
.nyc_output/
# Misc
.DS_Store
Thumbs.db
.env
.env.*
# Project-specific
status.json
artifacts/
PUBLISHING.md
CLAUDE.md