From 34949775d93541d4b99b7836195f6432bec2313a Mon Sep 17 00:00:00 2001 From: John Mertic Date: Wed, 2 Jan 2013 12:35:23 -0500 Subject: [PATCH] Added bits from https://github.com/github/gitignore/blob/master/SugarCRM.gitignore --- .gitignore | 41 ++++++++++++++++++++++++++++++++--------- 1 file changed, 32 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index a481b568..d1955840 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,37 @@ -.htaccess +## First part from https://github.com/github/gitignore/blob/master/SugarCRM.gitignore +# 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/include/* +cache/jsLanguage/* +cache/modules/* +!cache/modules/emails +!cache/modules/Emails +cache/pdf/* +cache/smarty/cache/* +cache/smarty/templates_c/* +cache/themes/* +cache/xml/* +# Ignore some files and directories from the custom directory. +custom/history/* +custom/modulebuilder/* +custom/working/* +custom/modules/*/Ext/ +custom/application/Ext/* +# Custom configuration should also be ignored. /config.php /config_override.php -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 +## IDE specific items # Eclipse *.pydevproject .project -- 2.42.0