mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-10 16:14:09 +03:00
78 lines
929 B
Plaintext
78 lines
929 B
Plaintext
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
.yarn/versions
|
|
|
|
# compiled output
|
|
*dist
|
|
/tmp
|
|
/out-tsc
|
|
.nyc_output
|
|
.coverage
|
|
|
|
# dependencies
|
|
node_modules
|
|
|
|
# IDEs and editors
|
|
/.idea
|
|
.project
|
|
.classpath
|
|
.c9/
|
|
*.launch
|
|
.settings/
|
|
*.sublime-workspace
|
|
|
|
# IDE - VSCode
|
|
.vscode/*
|
|
!.vscode/tasks.json
|
|
!.vscode/settings.template.json
|
|
!.vscode/launch.template.json
|
|
!.vscode/extensions.json
|
|
|
|
# misc
|
|
/.sass-cache
|
|
/connect.lock
|
|
coverage
|
|
/libpeerconnection.log
|
|
npm-debug.log
|
|
yarn-error.log
|
|
testem.log
|
|
.pnpm-debug.log
|
|
/typings
|
|
tsconfig.tsbuildinfo
|
|
|
|
# System Files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# env
|
|
*.env.local
|
|
*.local.env
|
|
.history
|
|
|
|
.next
|
|
.vercel
|
|
out/
|
|
storybook-static
|
|
i18n-generated.ts
|
|
|
|
/test-results/
|
|
/playwright-report/
|
|
/playwright/.cache/
|
|
|
|
# Cache
|
|
.eslintcache
|
|
next-env.d.ts
|
|
.rollup.cache
|
|
|
|
# Rust
|
|
target
|
|
*.node
|
|
tsconfig.node.tsbuildinfo
|
|
lib
|
|
affine.db
|