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