-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
65 lines (63 loc) · 1.09 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
*.log
*.sql
*.gz
*.css.map
*.lnk
.DS_Store
.vs/
data/
private/
vendor/
node_modules/
# Default Drupal Installation
.gitattributes
.editorconfig
web/.csslintrc
web/.eslintignore
web/.eslintrc.json
web/.ht.router.php
web/.htaccess
web/autoload.php
web/example.gitignore
web/index.php
web/INSTALL.txt
web/README.txt
web/robots.txt
web/update.php
web/web.config
web/core
web/libraries/
web/modules/README.txt
web/modules/contrib/
web/profiles
web/sites/README.txt
web/sites/example.*
web/sites/default/files/
web/sites/default/settings.php
web/sites/default/default.settings.php
web/sites/default/default.services.yml
web/themes/README.txt
web/themes/contrib/
web/README.md
# Configuration
config/automated_cron*
config/backup_migrate*
config/bootstrap5*
config/block.block.bootstrap5*
config/seven*
config/block.block.seven*
config/captcha*
config/comment*
config/dblog*
config/editor*
config/matomo*
config/sendinblue*
config/system*
config/*webform*
config/*user*
config/filter*
config/views.view.webform*
config/views.view.watchdog*
config/views.view.archive*
config/views.view.frontpage*
config/views.view.glossary*