mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-29 00:21:37 +03:00
36 lines
637 B
Plaintext
36 lines
637 B
Plaintext
# we will make this file shared by prettier|eslint|oxlint
|
|
**/node_modules
|
|
.yarn
|
|
.github
|
|
.vscode
|
|
.yarnrc.yml
|
|
|
|
# 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/frontend/native/index.d.ts
|
|
packages/frontend/native/index.js
|
|
packages/frontend/graphql/src/graphql/index.ts
|
|
packages/frontend/graphql/src/schema.ts
|
|
packages/frontend/apps/android/App/app/build/**
|
|
blocksuite/tests-legacy/snapshots
|
|
**/.storybook
|