You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

SugarCRM.gitignore 768B

123456789101112131415161718192021222324252627282930313233
  1. ## SugarCRM
  2. # Ignore custom .htaccess stuff.
  3. /.htaccess
  4. # Ignore large parts of the annoying cache directory without breaking things.
  5. cache/csv/*
  6. cache/dashlets/*
  7. cache/diagnostic/*
  8. cache/dynamic_fields/*
  9. cache/feeds/*
  10. cache/import/*
  11. cache/include/*
  12. cache/jsLanguage/*
  13. cache/modules/*
  14. !cache/modules/emails
  15. !cache/modules/Emails
  16. cache/pdf/*
  17. cache/smarty/cache/*
  18. cache/smarty/templates_c/*
  19. cache/themes/*
  20. cache/xml/*
  21. # Ignore some files and directories from the custom directory.
  22. custom/history/*
  23. custom/modulebuilder/*
  24. custom/working/*
  25. custom/modules/*/Ext/
  26. custom/application/Ext/*
  27. # Custom configuration should also be ignored.
  28. /config.php
  29. /config_override.php
  30. # The silent upgrade scripts aren't needed.
  31. silentUpgrade*.php
  32. # Logs files can safely be ignored.
  33. *.log