mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 05:29:26 +08:00
* chore: update .gitignore to exclude print-templates and modify APIClient type definition
35 lines
459 B
Plaintext
35 lines
459 B
Plaintext
node_modules/
|
|
lib/
|
|
esm/
|
|
es/
|
|
.env
|
|
.env.e2e
|
|
.DS_Store
|
|
yarn-error.log
|
|
lerna-debug.log
|
|
/.vscode
|
|
/.idea
|
|
*.sqlite
|
|
coverage
|
|
.umi
|
|
.umi-production
|
|
/uploads
|
|
.env.test
|
|
docs-dist/
|
|
.npmrc
|
|
dist/
|
|
docker/**/storage
|
|
cache/diskstore-*
|
|
**/.dumi/tmp
|
|
**/.dumi/tmp-test
|
|
**/.dumi/tmp-production
|
|
packages/core/client/docs/contributing.md
|
|
packages/core/app/client/src/.plugins
|
|
tsconfig.paths.json
|
|
/playwright
|
|
.swc
|
|
ncc-cache/
|
|
yarn--**
|
|
v8-compile-cache-**
|
|
vitest.config.mts.timestamp-*
|