2011-06-29 10:44:52 +02:00
|
|
|
## SugarCRM
|
|
|
|
# Ignore custom .htaccess stuff.
|
2011-06-29 11:17:29 +02:00
|
|
|
/.htaccess
|
2011-06-29 10:44:52 +02:00
|
|
|
# Ignore large parts of the annoying cache directory without breaking things.
|
|
|
|
cache/csv/*
|
|
|
|
cache/dashlets/*
|
|
|
|
cache/diagnostic/*
|
|
|
|
cache/dynamic_fields/*
|
|
|
|
cache/feeds/*
|
|
|
|
cache/import/*
|
2011-07-08 09:45:55 +02:00
|
|
|
cache/include/*
|
2011-06-29 10:44:52 +02:00
|
|
|
cache/jsLanguage/*
|
|
|
|
cache/modules/*
|
|
|
|
!cache/modules/emails
|
2011-08-18 14:09:43 +02:00
|
|
|
!cache/modules/Emails
|
2011-06-29 10:44:52 +02:00
|
|
|
cache/pdf/*
|
|
|
|
cache/smarty/cache/*
|
|
|
|
cache/smarty/templates_c/*
|
2011-07-06 14:54:38 +02:00
|
|
|
cache/themes/*
|
2011-06-29 10:44:52 +02:00
|
|
|
cache/xml/*
|
2011-07-01 10:53:12 +02:00
|
|
|
# Ignore some files and directories from the custom directory.
|
|
|
|
custom/history/*
|
|
|
|
custom/modulebuilder/*
|
|
|
|
custom/working/*
|
2011-06-29 10:44:52 +02:00
|
|
|
# Custom configuration should also be ignored.
|
2011-06-29 11:17:29 +02:00
|
|
|
/config.php
|
|
|
|
/config_override.php
|
2011-06-29 10:44:52 +02:00
|
|
|
# The silent upgrade scripts aren't needed.
|
|
|
|
silentUpgrade*.php
|
|
|
|
# Logs files can safely be ignored.
|
|
|
|
*.log
|