-
Notifications
You must be signed in to change notification settings - Fork 69
/
.gitignore
116 lines (93 loc) · 2.52 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# Automated test log output.
cypress_accessibility_violations.json
*.log
docroot/cypress/videos/
docroot/cypress/screenshots/
docroot/phpunit_coverage/
runner-results/
# PHPLOC command output.
phploc.json
# Ignore binaries.
/bin
# Ignore Drush contrib
/drush/contrib/
# Ignore non-custom parts of Drupal.
.editorconfig
.gitattributes
/docroot/behat_failures
/docroot/core
/docroot/libraries
/docroot/modules/contrib
/docroot/profiles/contrib
/docroot/themes/contrib
/docroot/sites/default/files
/docroot/sites/simpletest
/docroot/samlsessiondb.sq3
/docroot/README.md
# PR advice (only generated by testing actions locally).
./.pr_advice
# Ignore Composer-managed dependencies.
/docroot/vendor/
# Ignore NPM managed dependencies
node_modules/
# Prevent Devel from appearing anywhere.
/config/dev/devel.settings.yml
/config/dev/devel.toolbar.settings.yml
/config/dev/system.menu.devel.yml
/config/sync/devel.settings.yml
/config/sync/devel.toolbar.settings.yml
/config/sync/system.menu.devel.yml
# Prevent html_tag_usage from appearing anywhere
/config/dev/html_tag_usage.configuration.yml
/config/sync/html_tag_usage.configuration.yml
# Ignore SQL dumps
# Current
/.dumps/cms-prod-files-latest.tgz
/.dumps/cms-prod-db-sanitized-latest.sql*
# Ignore common IDE configs
# IntelliJ/PhpStorm
.idea
# Mac
.DS_Store
# Ignore CMS-CI files
/docroot/sites/sites.php
/docroot/sites/*/files
/docroot/sites/*/private
/docroot/sites/*/drushrc.php
/docroot/sites/*/settings.php
/docroot/sites/*/local.settings.php
/docroot/sites/*/settings.local.php
/docroot/sites/all/drush/drushrc.php
/docroot/sites/local.services.yml
/docroot/cypress/fail-html-snapshots
!/docroot/sites/default/settings.php
# Ignore environment specific file
.env
# Ignore compiled Drupal theme files
/docroot/themes/custom/*/dist/
# Ignore compiled design system & Storybook files
/docroot/design-system/storybook-static
/docroot/design-system/dist/
# Ignore accessibility test reports
/tests/accessibility/axeReport/*.csv
# Ignore accessibility test screenshots & videos
/tests/*/cypress/screenshots
/tests/*/cypress/videos
# Ignore local config
datadog-setup.php
# Cache file used by PHPUnit
# Can be introduced accidentally by local dev
.phpunit.result.cache
# Ignore WEB (vets-website)
# web
# @TODO: Installer paths is not working. Leaving symlink for now.
# Ignore Next (next-build)
next
# Ignore oauth keys used for validating next-build preview api requests
public.key
private.key
# Temporary .deb packages
*.deb
# DDEV files.
.ddev/providers/platform.yaml
.ddev/docker-compose.datadog.yaml