mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-26 05:20:21 +00:00
20 lines
297 B
Plaintext
20 lines
297 B
Plaintext
# See https://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
|
|
# production
|
|
/build
|
|
/dist
|
|
|
|
# misc
|
|
.idea/
|
|
.happypack
|
|
.DS_Store
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# ignore d.ts auto generated by css-modules-typescript-loader
|
|
*.module.scss.d.ts |