Commit Graph
11 Commits
Author SHA1 Message Date
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
Jens Jahnke fa5763a70a Merge remote-tracking branch 'upstream/master' 2012-12-19 14:02:28 +01:00
Jens Jahnke 0fc164e94e Added gitignore file for Typo3.
To make it easier to handle typo3 under git.
There is a related entry at stackoverflow:
http://stackoverflow.com/questions/11905360/how-best-to-manage-typo3-installations-using-git
2012-10-17 12:05:58 +02: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