Updates
This commit is contained in:
55
lowcoder/client/.gitignore
vendored
Normal file
55
lowcoder/client/.gitignore
vendored
Normal file
@@ -0,0 +1,55 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user