-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
97 lines (86 loc) · 1.74 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
# Ignore IDE/editors files
.*sw?
nbproject
.project
.idea
*~
docs/*
www/.idea/*
/nbproject
planer/.git
.idea/*
node_modules/
.DS_STORE
mariadb-init/*
.docker-sync
# Ignore Visual Studio Code files.
.vscode
*.code-workspace
.DS_Store
# Local configuration
.vagrant/
drush/drushrc.php
# Place local settings in settings.local.php.
# www/sites/default/settings.local.php
www/sites/*/settings.local.php
www/sites/*/services.development.local.yml
# www/sites/*/services*.yml
# !www/sites/*/services.yml
# Uploaded or dumped files
dumps/*sql.gz*
*sql.bz*
www/sites/*/files
www/sites/*/private
private/
# Testing doesn't always need to be built for now.
tests/vendor
/prototype/pattern-lab/vendor/composer/autoload_static.php
# Permit media testing for #26240 in a separate site
www/sites/mediatest/
www/sites/sites.php
PATCHES.txt
# Ignore scaffolding TXT files added by 'drupal/core-composer-scaffold'.
www/INSTALL.txt
www/LICENSE.txt
www/README.txt
www/example.gitignore
www/modules/README.txt
www/profiles/README.txt
www/sites/README.txt
www/themes/README.txt
#node_modules
# Ignore all libraries except custom ones.
www/libraries/*
!www/libraries/ck_tooltip
# Ignore dynamic composer directories.
vendor/*
www/modules/
www/core
www/modules/contrib
www/themes/contrib
www/profiles/contrib
www/.csslintrc
www/.editorconfig
www/.eslintignore
www/.eslintrc
www/.eslintrc.json
www/.gitattributes
www/.ht.router.php
www/.htaccess
www/autoload.php
www/index.php
www/robots.txt
www/update.php
www/web.config
www/sites/simpletest/
www/sites/*/services*.yml
www/sites/*/development.services*.yml
www/sites/*/settings*.php
www/sites/*/private
www/sites/default/drush.yml
www/README.md
/.editorconfig
/.gitattributes
/.phpunit.result.cache
www/core/phpcs.xml
www/core/phpunit.xml