mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-04 00:28:33 +00:00
#### PR Dependency Tree * **PR #13591** 👈 * **PR #13590** This tree was auto-generated by [Charcoal](https://github.com/danerwilliams/charcoal) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - Bug Fixes - Improved drag-and-drop stability: draggables, drop targets, and monitors now respond when option sources or external data change. - Improved async actions and permission checks to always use the latest callbacks and error handlers. - Chores - Lint/Prettier configs updated to ignore the Git directory. - Upgraded oxlint dev dependency. - Tests - Updated several end-to-end tests for more reliable text selection, focus handling, and timing. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
44 lines
818 B
Plaintext
44 lines
818 B
Plaintext
# we will make this file shared by prettier|eslint|oxlint
|
|
**/node_modules
|
|
.yarn
|
|
.github/helm
|
|
.git
|
|
.vscode
|
|
.yarnrc.yml
|
|
.docker
|
|
**/.storybook
|
|
|
|
# compiled output
|
|
.coverage
|
|
.nx/**
|
|
target
|
|
test-results
|
|
**/dist
|
|
**/lib
|
|
**/storybook-static
|
|
**/web-static
|
|
**/public
|
|
**/e2e-dist-*
|
|
**/static
|
|
|
|
# generated files
|
|
**/*.gen.ts
|
|
**/*.gql
|
|
**/*.d.ts
|
|
|
|
# per files
|
|
tools/cli/src/webpack/error-handler.js
|
|
packages/backend/native/index.d.ts
|
|
packages/backend/server/src/__tests__/__snapshots__
|
|
packages/common/native/fixtures/**
|
|
packages/common/graphql/src/graphql/index.ts
|
|
packages/frontend/native/index.d.ts
|
|
packages/frontend/native/index.js
|
|
packages/frontend/apps/android/App/**
|
|
packages/frontend/apps/ios/App/**
|
|
tests/blocksuite/snapshots
|
|
blocksuite/docs/api/**
|
|
packages/frontend/admin/src/config.json
|
|
**/test-docs.json
|
|
**/test-blocks.json
|