-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.gitignore
47 lines (37 loc) · 1.1 KB
/
.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
42
43
44
45
46
47
# This file should contain only rules that are specific to this project. For
# ignoring OS and IDE metadata files, please configure a global gitignore on
# your local machine.
# @see https://github.com/sb2nov/mac-setup/blob/master/Git/gitignore.md
# Include Drupal settings files
!/web/sites/*/settings.php
!/web/sites/*/services.yml
# Ignore local and generated settings files
/web/sites/*/settings.local.php
/web/sites/*/settings.build.php
/web/sites/*/services.build.yml
# Ignore theme assets copied from the styleguide
/web/themes/custom/*/css/
/web/themes/custom/*/js/
/web/themes/custom/*/svg/
/web/themes/custom/*/imgs/
# Ignore Drupal files
/web/sites/*/files/
# Ignore Drupal contrib downloaded by Composer
/drush/contrib/
/web/core/
/web/modules/contrib/
/web/themes/contrib/
/web/profiles/contrib/
# Ignore regular Composer dependencies
/vendor/
# Ignore virtual environment and artifacts
.vagrant/
/artifacts/
# Ignore IDE files
.idea/
.vscode/
# Ignore a local development copy of drupal-rector that won't be overwritten by composer.
/drupal-rector/
/web/modules/custom/rector_examples
rector.yml
rector.php