.gitignore 567 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. # Preview vite config (generated at runtime)
  13. templates/*/vite.config.preview.js
  14. # OS
  15. .DS_Store
  16. ._*
  17. # Logs
  18. *.log
  19. # Archives
  20. *.gzip
  21. *.zip
  22. # IDE
  23. .vscode/
  24. .idea/
  25. # Misc
  26. build
  27. data/
  28. public/bower/
  29. public/data
  30. public/app
  31. core.*
  32. report.*.json
  33. test/*.png
  34. test/*.svg
  35. zorro/.vscode/
  36. .eslintrc.js