SugarCRM.gitignore 1.0 KB
Newer Older
J
Jens Jahnke 已提交
1 2
## SugarCRM
# Ignore custom .htaccess stuff.
3
/.htaccess
J
Jens Jahnke 已提交
4 5 6 7 8 9 10 11 12 13 14 15 16 17
# Ignore large parts of the annoying cache directory without breaking things.
cache/csv/*
cache/dashlets/*
cache/diagnostic/*
cache/dynamic_fields/*
cache/feeds/*
cache/import/*
cache/jsLanguage/*
cache/modules/*
!cache/modules/emails
cache/pdf/*
cache/smarty/cache/*
cache/smarty/templates_c/*
cache/xml/*
18 19 20 21
# Ignore some files and directories from the custom directory.
custom/history/*
custom/modulebuilder/*
custom/working/*
J
Jens Jahnke 已提交
22
# Custom configuration should also be ignored.
23 24
/config.php
/config_override.php
25 26 27 28 29 30 31 32 33
# Ignore some javascript which will be regenerated.
include/javascript/sugar_grp1.js
include/javascript/sugar_grp1_yui.js
include/javascript/sugar_grp_yui_widgets.js
include/javascript/sugar_grp_yui_widgets.css
include/javascript/sugar_grp_yui2.js
include/javascript/sugar_grp_overlib.js
include/javascript/sugar_grp_emails.js
include/javascript/sugar_grp_quickcomp.js
J
Jens Jahnke 已提交
34 35 36 37
# The silent upgrade scripts aren't needed.
silentUpgrade*.php
# Logs files can safely be ignored.
*.log