.gitignore 486 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # Dependencies
  2. node_modules/
  3. # Build output (only root and template dist are ignored)
  4. /dist/
  5. templates/*/dist/
  6. # Runtime data
  7. storage/
  8. # Generated build config
  9. templates/*/src/filler/_ad_config_.ts
  10. # Symlink to user assets (created at build time)
  11. templates/*/assets/user/
  12. # OS
  13. .DS_Store
  14. ._*
  15. # Logs
  16. *.log
  17. # Archives
  18. *.gzip
  19. *.zip
  20. # IDE
  21. .vscode/
  22. .idea/
  23. # Misc
  24. build
  25. data/
  26. public/bower/
  27. public/data
  28. public/app
  29. core.*
  30. report.*.json
  31. test/*.png
  32. test/*.svg
  33. zorro/.vscode/
  34. .eslintrc.js