brainy/.npmignore

71 lines
1,008 B
Text
Raw Normal View History

# Exclude source maps - multiple patterns for safety
2025-06-24 11:41:30 -07:00
*.map
**/*.map
dist/**/*.map
*.js.map
dist/**/*.js.map
2025-06-24 11:41:30 -07:00
# Development files
node_modules/
src/
tests/
examples/
.github/
.vscode/
.idea/
cloud-wrapper/
scripts/
dev/
2025-06-24 11:41:30 -07:00
# Configuration files
.eslintrc
.prettierrc
tsconfig*.json
rollup.config.js
jest.config.js
# Build artifacts
emocoverage/
.nyc_output/
# Framework bundles (not needed in npm package)
dist/framework.js
dist/framework.min.js
dist/framework.js.map
dist/framework.min.js.map
2025-06-24 11:41:30 -07:00
# Large files
# Include the logo but exclude other PNGs
!brainy.png
*.png
encoded-image.*
README.demo.md
scalingStrategy.md
# Misc
.DS_Store
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
test-results.json
package-lock.json
# Additional large files to exclude
*.js
!dist/**/*.js
!bin/*.js
# Documentation that's not needed for npm package
CHANGELOG.md
CORTEX*.md
METADATA_*.md
PERFORMANCE_*.md
IMPLEMENTATION-*.md
TENSORFLOW_*.md
MIGRATION_*.md
BRAIN_CLOUD_*.md
JARVIS_*.md
OFFLINE_*.md
CORTEX-ROADMAP.md