-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.dockerignore
More file actions
43 lines (43 loc) · 655 Bytes
/
.dockerignore
File metadata and controls
43 lines (43 loc) · 655 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
/.git
/.github
/.githooks
/.husky
/.idea
/.vscode
/bootstrap/cache/*.php
/bootstrap/ssr
/coverage
/node_modules
/public/assets
/public/hot
/public/storage
/public/vendor
/storage/*.key
/storage/app/*
/storage/clockwork
/storage/debugbar
/storage/framework/cache/data/*
/storage/framework/sessions/*
/storage/framework/testing/*
/storage/framework/views/*
/storage/logs/*
/vendor
_ide_helper_models.php
_ide_helper.php
.DS_Store
.dockerignore
.env
.env.*
.gitattributes
.gitignore
.nvmrc
.php-cs-fixer.dist.php
.prettierrc
.editorconfig
jsconfig.json
.php_cs.cache
.php-cs-fixer.cache
.phpstorm.meta.php
.phpunit.result.cache
docker-compose.yml
Dockerfile