Add in the module folders which come from the default SilverStripe composer.json. Since we ignore the /vendor/ folder we should ignore these items as well since composer will maintain them

This commit is contained in:
Nick 2017-05-22 20:44:14 +12:00
parent d9f28b2017
commit aa1c2ce05a
1 changed files with 13 additions and 0 deletions

13
.gitignore vendored
View File

@ -9,3 +9,16 @@
# ignore composer vendor folder
/vendor/
# ignore default modules from composer
/asset-admin/
/campaign-admin/
/cms/
/framework/
/graphql/
/reports/
/silverstripe-admin/
/silverstripe-assets/
/siteconfig/
/themes/simple/
/versioned/