2014-06-02 17:24:20 +00:00
|
|
|
# This file contains default .gitignore rules. To use it, copy it to .gitignore,
|
|
|
|
# and it will cause files like your settings.php and user-uploaded files to be
|
|
|
|
# excluded from Git version control. This is a common strategy to avoid
|
|
|
|
# accidentally including private information in public repositories and patch
|
|
|
|
# files.
|
2011-09-14 18:58:33 +00:00
|
|
|
#
|
2014-06-02 17:24:20 +00:00
|
|
|
# Because .gitignore can be specific to your site, this file has a different
|
|
|
|
# name; updating Drupal core will not override your custom .gitignore file.
|
2011-09-14 18:58:33 +00:00
|
|
|
|
Issue #1475510 by timmillwood, hussainweb, davidwbarratt, alexpott, Mile23, pfrenssen, claudiu.cristea, webchick, catch, Crell, patcon, RobLoach, kim.pepper, dawehner, neclimdul, Mixologic, gagarine, sun, nod_, effulgentsia, drumm, Sylvain Lecoy, jhedstrom, katbailey, xjm, klausi, Seldaek, Barryvdh: Remove external dependencies from the core repo and let Composer manage the dependencies instead
2016-03-13 23:10:45 +00:00
|
|
|
# Ignore core when managing all of a project's dependencies with Composer
|
|
|
|
# including Drupal core.
|
2015-01-08 17:19:41 +00:00
|
|
|
# core
|
Issue #1475510 by timmillwood, hussainweb, davidwbarratt, alexpott, Mile23, pfrenssen, claudiu.cristea, webchick, catch, Crell, patcon, RobLoach, kim.pepper, dawehner, neclimdul, Mixologic, gagarine, sun, nod_, effulgentsia, drumm, Sylvain Lecoy, jhedstrom, katbailey, xjm, klausi, Seldaek, Barryvdh: Remove external dependencies from the core repo and let Composer manage the dependencies instead
2016-03-13 23:10:45 +00:00
|
|
|
|
2018-06-14 13:49:01 +00:00
|
|
|
# Ignore dependencies that are managed with Composer.
|
|
|
|
# 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/
|
2015-01-08 17:19:41 +00:00
|
|
|
|
2011-04-23 21:42:37 +00:00
|
|
|
# Ignore configuration files that may contain sensitive information.
|
|
|
|
sites/*/settings*.php
|
2014-08-24 20:08:17 +00:00
|
|
|
sites/*/services*.yml
|
2011-04-23 21:42:37 +00:00
|
|
|
|
|
|
|
# Ignore paths that contain user-generated content.
|
|
|
|
sites/*/files
|
|
|
|
sites/*/private
|
|
|
|
|
2014-02-24 09:55:15 +00:00
|
|
|
# Ignore SimpleTest multi-site environment.
|
|
|
|
sites/simpletest
|
|
|
|
|
2011-09-14 18:58:33 +00:00
|
|
|
# If you prefer to store your .gitignore file in the sites/ folder, comment
|
|
|
|
# or delete the previous settings and uncomment the following ones, instead.
|
|
|
|
|
|
|
|
# Ignore configuration files that may contain sensitive information.
|
|
|
|
# */settings*.php
|
|
|
|
|
|
|
|
# Ignore paths that contain user-generated content.
|
|
|
|
# */files
|
|
|
|
# */private
|
2014-02-24 09:55:15 +00:00
|
|
|
|
|
|
|
# Ignore SimpleTest multi-site environment.
|
|
|
|
# simpletest
|