-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.dockerignore
More file actions
62 lines (53 loc) · 796 Bytes
/
.dockerignore
File metadata and controls
62 lines (53 loc) · 796 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
62
# Git and development files
.git
.gitignore
.gitattributes
.github/
# Documentation
*.md
docs/
# Development and test files
.task/
.milo/
.claude/
certs/
bin/
test/
dev-temp/
# Location the test-infra repo will be copied to by the remote taskfile.
.test-infra
# Configuration and manifests
config/
# Exception: CRD bootstrap package needs to be included for embedded CRDs
!config/crd/bootstrap.go
!config/crd/bases/
Taskfile.yaml
Taskfile.yml
docker-compose.yaml
docker-compose*.yaml
Dockerfile*
.dockerignore
# Kubernetes files
kubeconfig*
*.kubeconfig
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Temporary files
*.tmp
*.temp
/tmp/
# Build artifacts and caches
node_modules/
*.log