mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Added canary build version support with automatic validation and age-based restrictions for testing pre-release versions. * **Chores** * Enhanced Docker build process with multi-stage builds, image optimization, and memory allocation improvements. * Reorganized dependencies to distinguish development-only packages. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
27 lines
413 B
Plaintext
27 lines
413 B
Plaintext
.git
|
|
.github/**/*.md
|
|
.gitignore
|
|
|
|
# Local dependency/build artifacts
|
|
/node_modules
|
|
/target
|
|
|
|
# Yarn v4 artifacts (not needed for image packaging)
|
|
/.yarn/cache
|
|
/.yarn/unplugged
|
|
/.yarn/install-state.gz
|
|
/.pnp.*
|
|
|
|
# Test artifacts
|
|
/test-results
|
|
/playwright-report
|
|
/coverage
|
|
/.coverage
|
|
|
|
# OS noise
|
|
.DS_Store
|
|
|
|
# Sourcemaps (keep server sourcemap for backend stacktraces)
|
|
**/*.map
|
|
!packages/backend/server/dist/main.js.map
|