-
Notifications
You must be signed in to change notification settings - Fork 20
/
.gitignore
105 lines (83 loc) · 1.97 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
98
99
100
101
102
103
104
105
# Ignore directories generated by Composer
/drush/contrib/
/vendor/
/node_modules/
/docroot/core/
/docroot/modules/contrib/
/docroot/themes/contrib/
/docroot/profiles/contrib/
/docroot/libraries/
# Ignore example settings and services config files
/docroot/sites/**/example.*.php
/docroot/sites/**/default.*.*
/docroot/sites/**/development.services.yml
# Ignore Drupal's file directory
/docroot/sites/*/files/
# Ignore SimpleTest multi-site environment.
/docroot/sites/simpletest
# Ignore files generated by PhpStorm
/.idea/
/.editorconfig
# Ignore files generated by Visual Studio
/.vscode/
# Ignore .env files as they are personal
/.env
# Ignore any config files in docroot
/docroot/\.*
/docroot/*.php
/docroot/web.config
/docroot/robots.txt
# Ignore SQL dumps
*.sql*
# Ignore drushrc.local.php
/docroot/sites/all/drush/drush.yml
# Ignore custom xdebug.ini file.
/build/custom/files/xdebug.ini
# Ignore behat testing files
/tests/behat/local.yml
.phpunit.result.cache
patches.lock.json
#Ignore HTTPS (REST) test configs
/tests/http-client.env.json
# Ignore logfiles from setup
/setup/*
/setup/private/*
.dbready
.nodeready
dump.txt
# ignore gitignore files, principally from private repo files copied across.
/**/.gitignore
/**/.gitattributes
# ignore test error files on project root.
err.*.*
# ignore OSX generated files
.DS_Store
.DS_Store?
# Ignore deploy folder
/deploy/
# Ignore migrate generated files
/config/develop/migrate_plus.*
# Ignore files from private repo.
/simplesamlphp/
/**/settings/saml*
/**/settings/salesforce*
xdebug*.ini
# Ignore Patterns if building.
/patterns
/patterns_old
/docroot/patterns
.null*
# ignore webapp mapping
/web_apps
# ignoring config files
bos_city_score.settings.yml
bos_core.settings.yml
bos_mnl.settings.yml
bos_swiftype.settings
environment_indicator.*
core.entity_view_display.node.metrolist_development.*
geolocation_google_maps.settings.yml
purge.logger_channels.yml
salesforce.salesforce_auth.*
salesforce.settings.yml
slackposter.settings.yml