2011-06-29 10:44:52 +02:00
|
|
|
## SugarCRM
|
|
|
|
# Ignore custom .htaccess stuff.
|
2011-06-29 11:17:29 +02:00
|
|
|
/.htaccess
|
2013-11-12 09:37:03 +01:00
|
|
|
# Ignore the cache directory completely. ATTENTION! This will break things!
|
|
|
|
/cache/*
|
2011-07-01 10:53:12 +02:00
|
|
|
# Ignore some files and directories from the custom directory.
|
2013-11-12 09:37:03 +01:00
|
|
|
/custom/history/*
|
|
|
|
/custom/modulebuilder/*
|
|
|
|
/custom/working/*
|
|
|
|
/custom/modules/*/Ext/
|
|
|
|
/custom/application/Ext/*
|
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.
|
2013-11-12 09:37:03 +01:00
|
|
|
/silentUpgrade*.php
|
2011-06-29 10:44:52 +02:00
|
|
|
# Logs files can safely be ignored.
|
|
|
|
*.log
|
2013-11-12 09:37:03 +01:00
|
|
|
# Ignore the new upload directories.
|
|
|
|
/upload/*
|
|
|
|
/upload_backup/*
|