From 4037b78292cb769b3d6f445372a7085c90f0a23f Mon Sep 17 00:00:00 2001 From: Jens Jahnke Date: Sun, 24 Feb 2013 17:05:09 +0100 Subject: [PATCH] Updated .gitignore file The cache directory is now ignored completely which breaks things if you try to restore your sugar installation from vcs. But since a vcs is no backup that should be okay. Also the new upload directories were added to the gitignore file. --- .gitignore | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index d1955840..cab1adcb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,23 +1,8 @@ ## 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 the cache directory completely. *ATTENTION!* This will break things! +cache/* # Ignore some files and directories from the custom directory. custom/history/* custom/modulebuilder/* @@ -31,6 +16,9 @@ custom/application/Ext/* silentUpgrade*.php # Logs files can safely be ignored. *.log +# The new upload directories (since 6.4). +upload/* +upload_backup/* ## IDE specific items # Eclipse *.pydevproject -- 2.42.0