| 12345678910111213141516171819202122232425262728293031 |
- # Dependencies & vendors
- node_modules/
- vendor/
- # Build & generated output
- dist/
- build/
- unpackage/
- coverage/
- # Runtime & logs
- runtime/
- console/runtime/
- logs/
- *.log
- # VCS & IDE
- .git/
- .idea/
- .hbuilderx/
- .DS_Store
- # Secrets
- # Source maps
- *.map
- # h5 variants 鈥?only touch when the user explicitly asks
- # hdh5/
- # mallh5/
|