-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
67 lines (60 loc) · 1.24 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
###
### GitHub repository .gitignore section
###
.ddev/.env
.ddev/providers/
.ddev/traefik/certs
.ddev/xhprof/
stateful-data
# Development artifacts
.DS_Store
.vscode
web/sites/**/default.services.yml
web/sites/**/default.settings.php
web/sites/example.sites.php
web/sites/default/settings.local.php
siterestore.tar.gz
drupal7
# Ignore ignored configurations files.
/config/sync/webform.webform.*.yml
# Ignore directories generated by Composer
/drush/contrib/
/drush/Commands/contrib/
/vendor/
/web/core/
/web/libraries
/web/modules/contrib/
/web/themes/contrib/
/web/profiles/contrib/
/web/private/scripts/quicksilver
/web/libraries/
/web/themes/custom/*/node_modules/
/web/sites/*/settings.local.php
/private
# Ignore scaffold files
web/.csslintrc
web/.editorconfig
web/.eslintignore
web/.eslintrc
web/.eslintrc.json
web/.gitattributes
web/.ht.router.php
web/.htaccess
web/autoload.php
web/index.php
web/robots.txt
web/sites/default/files
web/update.php
web/web.config
/.drush-lock-update
/.gitattributes
/.editorconfig
# ignore psulib_base from custom themes (this is usually installed in contrib)
web/themes/custom/psulib_base
# Ignore d7 files
# (these stick around from switching branches)
/.env
/.envrc
/siterestore.tar.gz
drupal7
web/sites/default/.env