2011-06-29 10:44:52 +02:00
|
|
|
## SugarCRM
|
|
|
|
# Ignore custom .htaccess stuff.
|
2011-06-29 11:17:29 +02:00
|
|
|
/.htaccess
|
2013-02-18 11:41:26 +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.
|
|
|
|
custom/history/*
|
|
|
|
custom/modulebuilder/*
|
|
|
|
custom/working/*
|
2011-09-08 22:06:04 +02:00
|
|
|
custom/modules/*/Ext/
|
2012-04-18 20:38:58 +02:00
|
|
|
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.
|
|
|
|
silentUpgrade*.php
|
|
|
|
# Logs files can safely be ignored.
|
|
|
|
*.log
|
2013-02-08 16:43:22 +01:00
|
|
|
# The new upload directories (since 6.4).
|
|
|
|
upload/*
|
|
|
|
upload_backup/*
|