-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.dockerignore
More file actions
68 lines (57 loc) · 1.18 KB
/
.dockerignore
File metadata and controls
68 lines (57 loc) · 1.18 KB
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
/.git
!/.git/config
# Unneeded application files
/.docker/data/README.md
/.github
/docs
/fixtures
/infrastructure
/public/build
/public/fixtures
public/build
public/fixtures
public/media/*
!public/media/thumbnail_other.png
!public/media/thumbnail_video.png
/scripts
/tests
###> symfony/framework-bundle ###
/.env.local
/.env.local.php
/.env.*.local
/config/secrets/prod/prod.decrypt.private.php
/var/
/vendor/
###< symfony/framework-bundle ###
###> friendsofphp/php-cs-fixer ###
/.php-cs-fixer.php
/.php-cs-fixer.cache
###< friendsofphp/php-cs-fixer ###
###> phpunit/phpunit ###
/phpunit.xml
.phpunit.result.cache
###< phpunit/phpunit ###
###> lexik/jwt-authentication-bundle ###
/config/jwt/*.pem
###< lexik/jwt-authentication-bundle ###
xdebug.ini
launch.json
###> liip/imagine-bundle ###
/public/media/cache/
###< liip/imagine-bundle ###
###> phpstan/phpstan ###
phpstan.neon
###< phpstan/phpstan ###
###> pentatrion/vite-bundle ###
/node_modules/
/public/build/
###< pentatrion/vite-bundle ###
#> Playwright
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/
#< Playwright
###> vincentlanglet/twig-cs-fixer ###
/.twig-cs-fixer.cache
###< vincentlanglet/twig-cs-fixer ###