| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- # Dependencies
- node_modules/
- # Build output (only root and template dist are ignored)
- /dist/
- templates/*/dist/
- # Runtime data
- storage/
- # Generated build config
- templates/*/src/filler/_ad_config_.ts
- # Symlink to user assets (created at build time)
- templates/*/assets/user/
- # OS
- .DS_Store
- ._*
- # Logs
- *.log
- # Archives
- *.gzip
- *.zip
- # IDE
- .vscode/
- .idea/
- # Misc
- build
- data/
- public/bower/
- public/data
- public/app
- core.*
- report.*.json
- test/*.png
- test/*.svg
- zorro/.vscode/
- .eslintrc.js
|