Commit Graph

17 Commits

Author SHA1 Message Date
Brendan Forster 699b4a4f33 ensure the following ! rules are included 2017-05-15 19:31:13 +10:00
Tevfik Tümer f88f48845d Adding index.html files for cache and upload folders
index.html should be in the upload and cache folders in order to avoid direct access
2016-07-25 12:25:19 +02:00
Jens Jahnke 1c58091723 Explanations for ignoring the cache directory
I wrote a more explanatory comment regarding the cache directory
and why it is ignored.
2013-11-27 17:30:57 +01:00
Jens Jahnke b34ccb3853 Adapted the ignored directories to use `dir/` instead of `dir/*` 2013-11-12 12:20:11 +01:00
Jens Jahnke ff6fa231f9 Added the new upload directories and ignore the cache directory completely.
With SugarCRM 6.4 the `cache/upload` directory moved to `upload` and
`upload_backup`. These directories can safely be ignored.

Additionally the `cache` directory is now ignored completely because it
leads to the behaviour to use the git repository as a kind of backup
tool if several parts of it are included. Furthermore the directory
structure beneath `cache` is victim of enduring changes by the
developers.

I did also some code cleanup regarding the path names e.g. adding a `/`
before most file and directory names.
2013-11-12 09:37:03 +01:00
Chris Wanstrath 45b39fabf7 Group custom/ dirs in SugarCRM ignore 2012-04-18 11:38:58 -07:00
Chris Wanstrath 9ee6788e7c Merge pull request #213 from jwhitcraft/patch-1
Update SugarCRM.gitignore
2012-04-18 11:38:27 -07:00
Jon Whitcraft 38c6af6a76 Update SugarCRM.gitignore 2011-10-27 11:05:08 -03:00
John Mertic aa60b9b7a8 Added to ignore the custom/modules/*/Ext/ directory, since these files are always built. 2011-09-08 17:06:04 -03:00
Jens Jahnke 3e939a59d9 Sometime the emails folder starts with an uppercase letter. 2011-08-18 14:09:43 +02:00
Jens Jahnke bf07e7ced8 The directory cache/include can also be ignored. 2011-07-08 09:45:55 +02:00
Jens Jahnke d4467b7bcf The contents of cache/themes can be safely ignored at least from Sugar 6 onward. 2011-07-06 14:54:38 +02:00
Jens Jahnke 6047cc668f Revert "Ignore some javascript which will be regenerated."
This reverts commit 8e27618144.
2011-07-01 13:13:02 +02:00
Jens Jahnke 8e27618144 Ignore some javascript which will be regenerated. 2011-07-01 10:57:52 +02:00
Jens Jahnke 5310593712 Ignore some files and directories from the custom directory. 2011-07-01 10:53:12 +02:00
Jens Jahnke 8996059f05 The paths for .htaccess, config.php and config_override.php should
be absolute because there may be some files with the same names
deeper in the path structure.
2011-06-29 11:17:29 +02:00
Jens Jahnke 4735a0f910 Added an ignore file for sugarcrm. 2011-06-29 10:44:52 +02:00