2011-06-29 10:44:52 +02:00
|
|
|
## SugarCRM
|
|
|
|
# Ignore custom .htaccess stuff.
|
2011-06-29 11:17:29 +02:00
|
|
|
/.htaccess
|
2013-11-27 17:30:57 +01:00
|
|
|
# Ignore the cache directory completely.
|
|
|
|
# This will break the current behaviour. Which was often leading to
|
|
|
|
# the misuse of the repository as backup replacement.
|
|
|
|
# For development the cache directory can be safely ignored and
|
|
|
|
# therefore it is ignored.
|
2013-11-12 12:20:11 +01:00
|
|
|
/cache/
|
2016-07-25 12:25:19 +02:00
|
|
|
!/cache/index.html
|
2011-07-01 10:53:12 +02:00
|
|
|
# Ignore some files and directories from the custom directory.
|
2013-11-12 12:20:11 +01:00
|
|
|
/custom/history/
|
|
|
|
/custom/modulebuilder/
|
|
|
|
/custom/working/
|
2013-11-12 09:37:03 +01:00
|
|
|
/custom/modules/*/Ext/
|
2013-11-12 12:20:11 +01: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.
|
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.
|
2013-11-12 12:20:11 +01:00
|
|
|
/upload/
|
2016-07-25 12:25:19 +02:00
|
|
|
!/upload/index.html
|
2013-11-12 12:20:11 +01:00
|
|
|
/upload_backup/
|