mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
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:
parent
d9f28b2017
commit
aa1c2ce05a
13
.gitignore
vendored
13
.gitignore
vendored
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user