mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge pull request #6831 from robbieaverill/patch-6
DOCS Remove tabs from JSON examples to fix code blocks
This commit is contained in:
commit
16aebb83e4
@ -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
|
Here is the default SilverStripe [.gitignore](http://git-scm.com/docs/gitignore) with the forum module ignored
|
||||||
|
|
||||||
```assets/*
|
```
|
||||||
|
assets/*
|
||||||
.env
|
.env
|
||||||
tools/phing-metadata
|
tools/phing-metadata
|
||||||
silverstripe-cache
|
silverstripe-cache
|
||||||
@ -140,7 +141,8 @@ Here is the default SilverStripe [.gitignore](http://git-scm.com/docs/gitignore)
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
vendor/
|
vendor/
|
||||||
# Don't include the forum module, as this will be installed with composer
|
# 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.
|
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",
|
"name": "silverstripe/installer",
|
||||||
"description": "The SilverStripe Framework Installer",
|
"description": "The SilverStripe Framework Installer",
|
||||||
|
|
||||||
"repositories": [
|
"repositories": [
|
||||||
{
|
{
|
||||||
"type": "vcs",
|
"type": "vcs",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user