mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-09 16:08:07 +03:00
4641bc422b
Related to https://github.com/toeverything/blocksuite/pull/6156 ### Change Move the edgeless templates to AFFiNE. All templates are stored as zip files. Run `node build-edgeless.mjs` in `@affine/templates` to generate JSON-format templates and importing script. The template will be generated automatically during building and dev (`yarn dev`).
85 lines
1.0 KiB
Plaintext
85 lines
1.0 KiB
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
|
|
.swc
|
|
|
|
# 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
|
|
download
|
|
|
|
# Cache
|
|
.eslintcache
|
|
next-env.d.ts
|
|
.rollup.cache
|
|
|
|
# Rust
|
|
target
|
|
*.node
|
|
tsconfig.node.tsbuildinfo
|
|
lib
|
|
affine.db
|
|
apps/web/next-routes.conf
|
|
.nx
|
|
|
|
packages/frontend/templates/edgeless
|
|
packages/frontend/core/public/static/templates
|