-
Notifications
You must be signed in to change notification settings - Fork 0
/
.dockerignore
49 lines (49 loc) · 914 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
.editorconfig
.env
.gitattributes
.gitignore
.phpstorm.meta.php
.phpunit.result.cache
.dockerignore
_ide_helper.php
_ide_helper_models.php
docker-compose.yml
docker-compose-prod.yml
ngnix.Dockerfile
php.Dockerfile
README.md
rector.php
vendor/*
node_modules/*
public/build/*
bootstrap/cache/*
public/hot/*
public/storage/*
storage/*.key
storage/app/*
!storage/app/public
storage/app/public/*
storage/logs/*
storage/framework/compiled.php
storage/framework/config.php
storage/framework/down
storage/framework/events.scanned.php
storage/framework/maintenance.php
storage/framework/routes.php
storage/framework/routes.scanned.php
storage/framework/schedule-*
storage/framework/services.json
storage/framework/cache/*
storage/framework/sessions/*
storage/framework/testing/*
storage/framework/views/*
.env.backup
.env.production
Homestead.json
Homestead.yaml
auth.json
npm-debug.log
yarn-error.log
.fleet
.idea
.vscode