-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitignore
executable file
·63 lines (63 loc) · 1.15 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
# Ignore directories generated by Composer
content/
content
drush/contrib/
vendor/
web/core/
web/private/scripts/quicksilver
web/modules/contrib/
web/modules/custom/access
web/modules/custom/amp_dev
web/modules/custom/drupal_seamless_cilogon
web/modules/custom/operations_cider
web/modules/custom/infrastructure_news
web/modules/custom/webform_submission_search_api
web/themes/contrib/
web/themes/custom/accesstheme/css/style.css
web/profiles/contrib/
web/libraries/
web/sites/*/files/
web/sites/simpletest
web/web
tests/cypress/cypress/screenshots
tests/cypress/node_modules
.idea/
.env
*/.DS_Store
.DS_Store
web/*/.DS_Store
web/*.txt
web/*.php
web/*.config
web/.htaccess
web/.ht.router.php
web/.eslintrc.json
web/.eslintignore
web/.csslintrc
web/core
web/profiles/*.txt
web/sites/*.txt
web/sites/example.*
web/sites/*/files
web/sites/*/private
web/themes/*.txt
vendor
db-info.php
db-info*.php
.htpasswd
local.settings.php
local.drush.yml
local.site.yml
local.services.yml
*.local
local.blt.yml
deployment_identifier
/travis_wait*
/files-private
.phpcs-cache
web/sites/default/settings
web/sites/settings/
web/sites/default/default.local.drush.yml
backups
salt.txt
node_modules