mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
bd7c5edbb1
When saving to a git repository, everything installed by composer should be ignored, including SilverStripe framework and all default modules.
17 lines
244 B
Plaintext
17 lines
244 B
Plaintext
# ignore cache folder
|
|
/silverstripe-cache/
|
|
|
|
# ignore all environment files
|
|
_ss_environment.php
|
|
|
|
# ignore build tools
|
|
/tools/phing-metadata
|
|
|
|
# ignore folders maintained by composer
|
|
/asset-admin/
|
|
/cms/
|
|
/framework/
|
|
/reports/
|
|
/siteconfig/
|
|
/vendor/
|