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