Issue #2737773 by antongp, wturrell, pcambra, cilefen, Darvanen, cwells, manningpete, alexpott: Proper way to install Drupal, missing vendor folders, example.gitignore
parent
7bbc3faedb
commit
4a03584d2f
|
@ -11,8 +11,11 @@
|
||||||
# including Drupal core.
|
# including Drupal core.
|
||||||
# core
|
# core
|
||||||
|
|
||||||
# Core's dependencies are managed with Composer.
|
# Ignore dependencies that are managed with Composer.
|
||||||
vendor
|
# Generally you should only ignore the root vendor directory. It's important
|
||||||
|
# that core/assets/vendor and any other vendor directories within contrib or
|
||||||
|
# custom module, theme, etc., are not ignored unless you purposely do so.
|
||||||
|
/vendor/
|
||||||
|
|
||||||
# Ignore configuration files that may contain sensitive information.
|
# Ignore configuration files that may contain sensitive information.
|
||||||
sites/*/settings*.php
|
sites/*/settings*.php
|
||||||
|
|
Loading…
Reference in New Issue