Merge remote-tracking branch 'origin/1'

# Conflicts:
#	composer.json
This commit is contained in:
Damian Mooyman 2018-02-07 18:30:04 +13:00
commit a5d67cfcb9
No known key found for this signature in database
GPG Key ID: 78B823A10DE27D1A
5 changed files with 7 additions and 24 deletions

24
.gitignore vendored
View File

@ -1,26 +1,6 @@
# ignore cache folder
/silverstripe-cache/
# ignore .env file
/.env
# ignore build tools
/tools/phing-metadata
# ignore composer vendor folder
/vendor/
# ignore default modules from composer
/asset-admin/
/campaign-admin/
/cms/
/framework/
/graphql/
/reports/
/silverstripe-admin/
/silverstripe-assets/
/silverstripe-errorpage/
/siteconfig/
/themes/simple/
/versioned/
/testsession/
/resources/
/public/resources/

2
.htaccess Normal file
View File

@ -0,0 +1,2 @@
RewriteEngine On
RewriteRule .* public/%1

View File

@ -1,6 +1,6 @@
BSD 3-Clause License
Copyright (c) 2017, SilverStripe Ltd.
Copyright (c) 2018, SilverStripe Ltd.
All rights reserved.
Redistribution and use in source and binary forms, with or without

View File

@ -33,4 +33,4 @@
},
"prefer-stable": true,
"minimum-stability": "dev"
}
}

1
public/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/resources/