mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
DOCS Remove tabs from JSON examples to fix code blocks
This commit is contained in:
parent
ff3ad6eb6b
commit
0391596786
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user