forked from ec-europa/joinup-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.dockerignore
More file actions
47 lines (39 loc) · 855 Bytes
/
.dockerignore
File metadata and controls
47 lines (39 loc) · 855 Bytes
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
# Ignore directories generated by Composer
bin/
drush/contrib/
vendor/
web/core/
web/libraries/
web/modules/contrib/
web/profiles/contrib/
web/themes/contrib/
# Ignore sensitive information
web/sites/sites.php
web/sites/*/settings.php
web/sites/*/settings.local.php
# Ignore Drupal's file directories.
web/sites/*/files/
private/
# Ignore SimpleTest multi-site environment.
web/sites/simpletest/
# Ignore environment specific settings
build.common.xml
build.local.xml
build.properties
build.properties.local
phpcs.xml
tests/behat.yml
web/phpunit.xml
web/sites/default/services.yml
# Ignore compiled CSS and SASS cache.
.sass-cache/
web/themes/joinup/css
web/themes/joinup/prototype/css/*.css
# Ignore theme libraries
web/themes/joinup/vendor
# Ignore exported config.
config
# Ignore files generated by PhpStorm
.idea
# Ignore temporary files
tmp