mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-26 05:20:21 +00:00
23 lines
252 B
Plaintext
23 lines
252 B
Plaintext
# See https://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
node_modules/
|
|
|
|
# production
|
|
build/
|
|
dist/
|
|
tmp/
|
|
lib/
|
|
|
|
# misc
|
|
.idea/
|
|
.happypack
|
|
.DS_Store
|
|
*.swp
|
|
*.dia~
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
CHANGELOG.md
|