mirror of
https://github.com/teableio/teable
synced 2024-11-22 15:31:39 +00:00
49a233d374
* feat: add nest server into electron * refactor: combine nest and next into one entryfile * chore: rm sentry e2e test * feat: support next app dir * fix: error when run next build * fix: incress limit page size * feat: add filesystem transform * feat: add file tree ui * feat: show any dir file tree * chore: demo => app & fix e2e Co-authored-by: tea artist <artist@teable.io>
41 lines
388 B
Plaintext
41 lines
388 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# electron
|
|
/dist/
|
|
/main
|
|
|
|
# dependencies
|
|
node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# testing
|
|
/coverage
|
|
/e2e/.out
|
|
|
|
# next.js
|
|
/.next/
|
|
/out/
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# local env files
|
|
.env.local
|
|
.env.*.local
|
|
|
|
|
|
# Sentry
|
|
.sentryclirc
|
|
|
|
.vscode
|