mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
Merge remote-tracking branch 'origin/3.6' into 3
This commit is contained in:
commit
a970bdecf3
19
.cow.json
Normal file
19
.cow.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"github-slug": "silverstripe/silverstripe-installer",
|
||||
"changelog-holder": "silverstripe/framework",
|
||||
"changelog-path": "docs/en/04_Changelogs/{stability}/{version}.md",
|
||||
"child-stability-inherit": true,
|
||||
"dependency-constraint": "exact",
|
||||
"vendors": [
|
||||
"silverstripe"
|
||||
],
|
||||
"archives": [
|
||||
{
|
||||
"recipe": "silverstripe/installer",
|
||||
"files": [
|
||||
"SilverStripe-cms-v{version}.zip",
|
||||
"SilverStripe-cms-v{version}.tar.gz"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
8
.gitignore
vendored
8
.gitignore
vendored
@ -4,8 +4,10 @@
|
||||
# ignore all environment files
|
||||
_ss_environment.php
|
||||
|
||||
# ignore build tools
|
||||
/tools/phing-metadata
|
||||
|
||||
# ignore composer vendor folder
|
||||
/vendor/
|
||||
/framework/
|
||||
/cms/
|
||||
/assets/
|
||||
/siteconfig/
|
||||
/reports/
|
||||
|
8
assets/.gitignore
vendored
8
assets/.gitignore
vendored
@ -1,4 +1,4 @@
|
||||
# Ignore sensible defaults
|
||||
/*/
|
||||
/error-*.html
|
||||
/_combinedfiles/
|
||||
/**/*
|
||||
!.gitignore
|
||||
!.htaccess
|
||||
!web.config
|
||||
|
Loading…
Reference in New Issue
Block a user