teable/apps/nextjs-app/.gitignore
greattoymaker 49a233d374
Feat/file tree (#7)
* 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>
2022-11-22 14:33:01 +08:00

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