DOCS Remove tabs from JSON examples to fix code blocks

This commit is contained in:
Robbie Averill 2017-04-23 21:14:12 +12:00 committed by GitHub
parent ff3ad6eb6b
commit 0391596786

View File

@ -129,7 +129,8 @@ Since SilverStripe modules are installed into their own folder, you have to mana
Here is the default SilverStripe [.gitignore](http://git-scm.com/docs/gitignore) with the forum module ignored
```assets/*
```
assets/*
.env
tools/phing-metadata
silverstripe-cache
@ -140,7 +141,8 @@ Here is the default SilverStripe [.gitignore](http://git-scm.com/docs/gitignore)
.DS_Store
vendor/
# Don't include the forum module, as this will be installed with composer
forum```
forum
```
In large projects it can get difficult to manage your [.gitignore](http://git-scm.com/docs/gitignore) and ensure it contains all composer managed modules and themes.
@ -299,7 +301,6 @@ This is how you do it:
{
"name": "silverstripe/installer",
"description": "The SilverStripe Framework Installer",
"repositories": [
{
"type": "vcs",