| 123456789101112131415161718192021222324252627 |
- # Dependencies & vendors
- node_modules/
- vendor/
- # Build & generated output
- dist/
- build/
- **/web/assets/
- coverage/
- # Runtime & logs
- runtime/
- console/runtime/
- logs/
- *.log
- # VCS & IDE
- .git/
- .idea/
- .hbuilderx/
- .DS_Store
- # Secrets
- # Source maps
- *.map
|