-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.dockerignore
More file actions
61 lines (48 loc) · 693 Bytes
/
.dockerignore
File metadata and controls
61 lines (48 loc) · 693 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
.git
.github
.idea
.pcit
.psalm
vendor
composer.lock
frontend/node_modules
frontend/package-lock.json
/public/*
!/public/demo
!/public/index.php
!/public/ico
!/public/robots.txt
.env.*
.env
!.env.example
/framework/storage/private_key
!/framework/storage/private_key/.gitignore
!/framework/storage/private_key/README.md
/openapi
!/openapi/openapi.yaml
.php_cs.cache
/build
/cache
/docs
/examples
/miniprogram
/tests
/coverage.xml
/.editorconfig
/*.md
/codecov.yml
/docker-compose.yml
/phpunit.xml
/renovate.json
/.drone.yml
/.gitattributes
/.gitignore
/.php_cs
/.doctum.php
/.styleci.yml
/.travis.yml
/.dockerignore
!/README.md
!/CHANGELOG.md
app/Http/Controllers/Test
/psalm.xml