-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
.dockerignore
56 lines (50 loc) · 930 Bytes
/
.dockerignore
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
# Ignore everything but a whitelist of files.
#
# It is very important to only add production assets to the container during
# the build. Adding anything else, like tests files or packages, has potential
# security implications.
# Ignore everything.
*
# Do not ignore web.
#; @todo: Add support for renamed web.
!web
# Do not ignore config.
!config
# But still ignore Drupal directories generated by Composer.
web/core
web/modules/contrib
web/themes/contrib
web/profiles/contrib
web/libraries
!drush
drush/contrib/
# Do not ignore other required files.
!.circleci
!.docker/config
!.docker/scripts
!.env
!.eslintrc.json
!.sass-lint.yml
!.twig-cs-fixer.php
!gherkinlint.json
!Gruntfile.js
!auth.json
!behat.yml
!composer.json
!composer.lock
!package-lock.json
!package.json
!patches
!phpcs.xml
!phpmd.xml
!phpstan.neon
!phpunit.xml
!rector.php
!scripts
!tests
#;< ACQUIA
!hooks
#;> ACQUIA
#;< LAGOON
!.lagoon.env.*
#;> LAGOON