56 lines
721 B
Plaintext
56 lines
721 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/packages/*/node_modules
|
|
/packages/*/dist
|
|
/packages/*/tsdoc-metadata.json
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# testing
|
|
/**/coverage
|
|
|
|
|
|
# production
|
|
/build
|
|
/packages/lowcoder/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
/out
|
|
/public/fonts/*
|
|
/src/assets/icons/fonts/*
|
|
.idea
|
|
.storybook-out/
|
|
cypress/videos
|
|
cypress/screenshots
|
|
/cypress.env.json
|
|
|
|
storybook-static/*
|
|
build-storybook.log
|
|
|
|
TODO
|
|
|
|
.yarn/*
|
|
!.yarn/cache
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
|
|
/ossutil_output
|
|
package-lock.json
|
|
|
|
op.mjs
|