Issue #2737773 by antongp, wturrell, pcambra, cilefen, Darvanen, cwells, manningpete, alexpott: Proper way to install Drupal, missing vendor folders, example.gitignore

merge-requests/1654/head
Alex Pott 2018-06-14 14:49:01 +01:00
parent 7bbc3faedb
commit 4a03584d2f
No known key found for this signature in database
GPG Key ID: 31905460D4A69276
1 changed files with 5 additions and 2 deletions

View File

@ -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