mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 11:58:41 +00:00
40 lines
735 B
Plaintext
40 lines
735 B
Plaintext
# we will make this file shared by prettier|eslint|oxlint
|
|
**/node_modules
|
|
.yarn
|
|
.github/helm
|
|
.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/**
|