mirror of
https://github.com/github/gitignore
synced 2024-11-22 03:34:23 +01:00
38 lines
1.0 KiB
Plaintext
38 lines
1.0 KiB
Plaintext
## SugarCRM
|
|
# Ignore custom .htaccess stuff.
|
|
/.htaccess
|
|
# 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/*
|
|
# Ignore some files and directories from the custom directory.
|
|
custom/history/*
|
|
custom/modulebuilder/*
|
|
custom/working/*
|
|
# Custom configuration should also be ignored.
|
|
/config.php
|
|
/config_override.php
|
|
# 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
|
|
# The silent upgrade scripts aren't needed.
|
|
silentUpgrade*.php
|
|
# Logs files can safely be ignored.
|
|
*.log
|