-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.dockerignore
46 lines (46 loc) · 1.01 KB
/
.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
# bootstrap
bootstrap/cache/
!bootstrap/cache/.gitignore
# database
database/*.sqlite*
# node
node_modules/
# public
public/build
public/storage
# storage
## app
storage/app/*
!storage/app/public/
!storage/app/.gitignore
storage/app/public/*
!storage/app/public/.gitignore
## framework
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
### cache
storage/framework/cache/*
!storage/framework/cache/data/
!storage/framework/cache/.gitignore
#### data
storage/framework/cache/data/*
!storage/framework/cache/data/.gitignore
### sessions
storage/framework/sessions/*
!storage/framework/sessions/.gitignore
### testing
storage/framework/testing/*
!storage/framework/testing/.gitignore
### views
storage/framework/views/*
!storage/framework/views/.gitignore
## logs
storage/logs/*
!storage/logs/.gitignore