forked from lemberg/draft-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
41 lines (35 loc) · 944 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Ignore binaries.
/bin
# Ignore non-custom parts of Drupal.
/docroot/core
/docroot/modules/contrib
/docroot/profiles/contrib
/docroot/themes/contrib
/docroot/sites/default/files
/docroot/sites/simpletest
# Ignore Drupal scaffold.
/docroot/.csslintrc
/docroot/.editorconfig
/docroot/.eslintignore
/docroot/.eslintrc.json
/docroot/.gitattributes
/docroot/.htaccess
/docroot/autoload.php
/docroot/index.php
/docroot/robots.txt
/docroot/update.php
/docroot/web.config
/docroot/sites/development.services.yml
/docroot/sites/example.settings.local.php
/docroot/sites/example.sites.php
/docroot/sites/default/default.services.yml
/docroot/sites/default/default.settings.php
# Ignore local setup.
/docroot/sites/default/development.services.yml
/docroot/sites/default/settings.local.php
# Ignore Composer-managed dependencies.
/vendor
# Ignore Vagrant virtual machine data.
/.vagrant
# Ignore local VM settings overrides.
/vm-settings.local.yml