This repository has been archived by the owner on Oct 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
72 lines (67 loc) · 1.47 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
# Local development
.DS_Store
Thumbs.db
.idea
.vscode
.env
.editorconfig
.gitattributes
.lando.local.env
!.lando.env
.lando.local.yml
php-cache
node_modules
web/sites/*/settings.local.php
web/sites/*/services.local.yml
web/sites/default/default.services.yml
web/sites/default/default.settings.php
web/sites/development.services.yml
web/sites/example.sites.php
web/sites/example.settings.local.php
web/sites/README.txt
*~
*.log
*.rej
*.orig
# Ignore directories generated by Composer
drush/contrib/
drush/Commands/contrib/
drush/sites
vendor/
web/core/
web/modules/README.txt
web/modules/contrib/
web/themes/README.txt
web/themes/contrib/
web/profiles/README.txt
web/profiles/contrib/
web/libraries/
# Ignore core stuff
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.md
web/robots.txt
web/update.php
web/web.config
# Ignore Drupal's file directory
web/sites/*/files/
!web/sites/default/files/README.txt
# Ignore SimpleTest multi-site environment.
web/sites/simpletest
.drush-lock-update
# Config Ignore files that should never be committed.
# These contain sensitive data and should remain as default/blank.
# Other config ignore files without sensitive data can be committed
# and are not gitignored.
config/sync/cloudflare.settings.yml
config/sync/google_analytics.settings.yml
config/sync/if_govdelivery.settings.yml
config/sync/recaptcha.settings.yml
config/sync/smtp.settings.yml