Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding index.html files for cache and upload folders | Tevfik Tümer | 2016-07-25 | 1 | -0/+2 |
| | | | index.html should be in the upload and cache folders in order to avoid direct access | ||||
* | Explanations for ignoring the cache directory | Jens Jahnke | 2013-11-27 | 1 | -1/+5 |
| | | | | | I wrote a more explanatory comment regarding the cache directory and why it is ignored. | ||||
* | Adapted the ignored directories to use `dir/` instead of `dir/*` | Jens Jahnke | 2013-11-12 | 1 | -7/+7 |
| | |||||
* | Added the new upload directories and ignore the cache directory completely. | Jens Jahnke | 2013-11-12 | 1 | -23/+11 |
| | | | | | | | | | | | | | | 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. | ||||
* | Group custom/ dirs in SugarCRM ignore | Chris Wanstrath | 2012-04-18 | 1 | -3/+1 |
| | |||||
* | Merge pull request #213 from jwhitcraft/patch-1 | Chris Wanstrath | 2012-04-18 | 1 | -0/+3 |
|\ | | | | | Update SugarCRM.gitignore | ||||
| * | Update SugarCRM.gitignore | Jon Whitcraft | 2011-10-27 | 1 | -0/+3 |
| | | |||||
* | | Added to ignore the custom/modules/*/Ext/ directory, since these files are ↵ | John Mertic | 2011-09-08 | 1 | -0/+1 |
|/ | | | | always built. | ||||
* | Sometime the emails folder starts with an uppercase letter. | Jens Jahnke | 2011-08-18 | 1 | -0/+1 |
| | |||||
* | The directory cache/include can also be ignored. | Jens Jahnke | 2011-07-08 | 1 | -0/+1 |
| | |||||
* | The contents of cache/themes can be safely ignored at least from Sugar 6 onward. | Jens Jahnke | 2011-07-06 | 1 | -0/+1 |
| | |||||
* | Revert "Ignore some javascript which will be regenerated." | Jens Jahnke | 2011-07-01 | 1 | -9/+0 |
| | | | | This reverts commit 8e27618144d89e93e55dc96a120813093815a6f9. | ||||
* | Ignore some javascript which will be regenerated. | Jens Jahnke | 2011-07-01 | 1 | -0/+9 |
| | |||||
* | Ignore some files and directories from the custom directory. | Jens Jahnke | 2011-07-01 | 1 | -0/+4 |
| | |||||
* | The paths for .htaccess, config.php and config_override.php should | Jens Jahnke | 2011-06-29 | 1 | -3/+3 |
| | | | | | be absolute because there may be some files with the same names deeper in the path structure. | ||||
* | Added an ignore file for sugarcrm. | Jens Jahnke | 2011-06-29 | 1 | -0/+24 |