-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.dockerignore
More file actions
51 lines (42 loc) · 743 Bytes
/
.dockerignore
File metadata and controls
51 lines (42 loc) · 743 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
# Version control
.git
.gitignore
.gitattributes
# Dependencies (rebuilt in Docker)
node_modules
vendor
# Build artifacts (rebuilt in Docker)
public/build
public/hot
# Environment files (injected at runtime)
.env
.env.*
!.env.example
# Development/testing
.phpunit.result.cache
.phpunit.cache
phpunit.xml
tests
.editorconfig
.styleci.yml
# Docker meta (prevent recursive context)
docker-compose*.yml
Dockerfile*
.dockerignore
# IDE
.idea
.vscode
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Runtime data (persisted via volumes)
storage/logs/*
storage/framework/cache/*
storage/framework/sessions/*
storage/framework/views/*
storage/app/public/covers/*
# Old deployment files
docker-compose.dotmavriq.fixed.yml
docker-compose.frankenphp.yml