forked from netobserv/netobserv-cli
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.dockerignore
More file actions
54 lines (43 loc) · 642 Bytes
/
.dockerignore
File metadata and controls
54 lines (43 loc) · 642 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
# More info: https://docs.docker.com/engine/reference/builder/#dockerignore-file
# Build artifacts
**/bin/
**/build/
*.tar
*.tgz
# Test files and directories
**/e2e/
**/e2e-logs/
**/*_test.go
cover*.out
test.out
# Documentation
**/docs/
**/img/
CONTRIBUTING.md
*.md
!README.md
# User output directory
**/output/
# Local config files
kubeconfig
# Test artifacts
cli-e2e-img.tar
# CI/CD and development files
**/.git/
.gitignore
.gitattributes
OWNERS
renovate.json
# Dockerfiles (not needed in build context)
Dockerfile*
!Dockerfile
# IDE and editor files
**/.vscode/
**/.idea/
*.swp
*.swo
*~
.DS_Store
# Temporary files
*.tmp
*.log